Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 1.58 KB

README.md

File metadata and controls

24 lines (24 loc) · 1.58 KB

AdfsUpdatePassword

The "Update Password" page provides explanations for end users and implements a structure for password resets within specific rules.
Türkçe
1.Eğer belirlenen şartlar sağlanmazsa, kullanıcılar için hata durumu gösteren değerler döndürülecektir.
image
2.Şartlar sağlandığında, kullanıcı şifresini ADFS üzerinden iletebilir.
image
3.Ayarları düzeltmek için, JS dosyasındaki Properties objesini düzenleyebilirsiniz.
image
4.Onload.js dosyasının son kısmına bu scripti ekleyerek ADFS ortamınızda başarıyla aktifleştirebilirsiniz. İyi çalışmalar dilerim.

English
1.In the event that the specified conditions are not met, error values indicating failure will be returned for users.
image

2.Once the conditions are met, the user will be able to submit their password through ADFS.
image

3.To adjust the settings, you can modify the Properties object within the JS file.
image
4.By adding this script to the end of the Onload.js file, you can successfully activate it within your ADFS environment. Wishing you successful work ahead.