Password field not visible in users form

SarthakShri21
Tera Contributor

On the User's form, 'Password' field is not visible.

How should I set it visible?

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @SarthakShri21 

 

The password UI action , appear when you save the record once.

LearnNGrowAtul_0-1702295935749.png

 

LearnNGrowAtul_1-1702295950756.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @SarthakShri21 

 

The password UI action , appear when you save the record once.

LearnNGrowAtul_0-1702295935749.png

 

LearnNGrowAtul_1-1702295950756.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

mahesh_03
Tera Expert

There is a onload client script running on sys user table so make inactive then you can able to see 

kaireidegeld
Tera Expert

The property "glide.user.show.password.field" controls the visibility of the password field on the user form.
It shoul be set to "true" to display the field.