cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1320
Views
0
Helpful
5
Replies

Cisco ISE guest portal password can be encrypted like ****** instead of showing real digits

kaushalparab
Level 1
Level 1

My customer wants - when we receives password via SMS or email to be enterered in Guest portal it should be put as a encrypted or ********** instead of showing actual numbers in the text field. Is this posible in currnetly in ISE 2.4 ?  Thanks.

1 Accepted Solution

Accepted Solutions


@hslai wrote:

See a couple of previous solutions:

Also, http://cs.co/ise-guest has more info on other customizations.


Right we don't have anything. Ill see if we can get something

View solution in original post

5 Replies 5

hslai
Cisco Employee
Cisco Employee

Screen Shot 2020-01-16 at 10.33.43 AM.png

Hi, i want when you type the password into below passcode text field in the web portal ( not in email or sms text )  recevied via email or SMS it should be like ******* instead showing the orginal number like 787382

 

 


@hslai wrote:

See a couple of previous solutions:

Also, http://cs.co/ise-guest has more info on other customizations.


Right we don't have anything. Ill see if we can get something

Hi Kaushalparab,

Can you please try the below script in Optional Content 2 of Login page and check whether it works as expected.

<script>
    $(document).ready(function() {
        $('input[name="user.username"]')[0].type='password';
    });
</script>