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
Martin Mladenov edited this page Apr 8, 2019
·
7 revisions
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.
Account settings
To access their account settings, users can click on the profile icon in the top right corner and choose Settings.
Password
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.
Two-factor authentication
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.