You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: communityCustomizations/ShowPasswordButton/README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,18 @@
2
2
3
3
## Overview
4
4
5
-
This project contains an OnLoad.js script for adding "Show Password" batton in password field on ADFS logon page.
6
-
Works with password fields on Form based auth and with custom provider using domain password as secondary auth.
5
+
This project contains an `onload.js` script for adding a "Show Password" button in the password field on AD FS logon pages.
6
+
Works with password fields on Form based auth and with a custom provider using domain password as secondary auth.
7
7
8
8
## Applying the customization
9
9
10
10
To add "Show password" button do the following:
11
11
12
-
1. Add the code from Project Onload.js to your webtheme Onload.js
12
+
1. Add the code from the `onload.js` to your webtheme `onload.js`
13
13
14
14
2. Apply the customization according to https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/operations/advanced-customization-of-ad-fs-sign-in-pages
0 commit comments