Enum enumShowChangePasswordDialog
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This Flag-type enum contains the values for showing a change password dialog. It is simply assigned to the Context.WebSession.ShowChangePasswordDialog
[Flags]
public enum enumShowChangePasswordDialog
- Extension Methods
Fields
ShowChangePasswordDialog_LogOffIfNotSuccessful = 2
2: Log off if not successful: If this flag is set and the user does not successfully change the password, the user is logged off. Is used for when changing the password is mandatory.
ShowChangePasswordDialog_None = 0
0: Do not show / not shown
ShowChangePasswordDialog_RequireOldPassword = 4
4: Require old password: If this flag is set, the old password must be given as well, else, only a new password is needed. The latter can be used if the user has just logged on: sometimes it is just bugging the user if he then has to enter the old password again.
ShowChangePasswordDialog_Show = 1
1: Show the dialog
ShowChangePasswordDialog_ShowLockScreen = 64
64: Show lock screen: The lock screen can be used to lock the session without logging off. The user must type the password or - if applicable - the one time password, to resume the session.