-
Notifications
You must be signed in to change notification settings - Fork 123
User settings
Users can change their password and enable two-factor authentication at any time.
For security reasons, sessions are automatically terminated after 5 minutes of inactivity.
Additionally, accounts are locked out for several minutes if a wrong password has been entered too many times in a row.
To access their account settings, users can click on the profile icon in the top right corner and choose Settings.
Passwords must be at least 6 characters long and must contain at least one lowercase letter, uppercase letter and digit.
When the user clicks on the Change password button on the Account settings page, they are asked to type their old password and choose a new one.
Since two-factor authentication is very important for account security, users who have not activated two-factor authentication are shown a message after login.
To enable two-factor authentication, users can either do it on the Account settings page or by clicking the Enable now button on the above message after logging in.
BankSystem requires the use of Google Authenticator or a similar mobile application for generating two-factor authentication codes.