Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Password and Admin rough
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolu1s committed Dec 1, 2023
1 parent 4015eb1 commit c8377a4
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 0 deletions.
Binary file added docs/images/admin-officer-edit.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/admin-password-tab.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/password-length.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/password-requirements.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/topics/Admin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Admin

The Admin is the most powerful user of the application. They
oversee the officer accounts and the settings of the loans and deposits.
The admin has the liberty to create, delete, and change the passwords of the officer profiles.
The admin also has the same permissions as the officers in member creation and management alongside
the loan and deposit functionalities.

<seealso>
<category ref="admin">
<a href="Changing-Password.md" />
Expand Down
21 changes: 21 additions & 0 deletions docs/topics/Changing-Password.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changing Password

Changing a password is a fundamental feature for the security of the website especially considering that the website houses the personal information of the cooperative's members.

Accordingly, the admin is able to change their own password as well as the passwords of the officers.

The admin is able to change their own password in the dedicated tab.

<img src="admin-password-tab.png" alt="Changing password screenshot" />

The passwords of the officers can be changed in the edit officer profile option in the officer profiles tab.

<img src="admin-officer-edit.png" alt="Changing password screenshot" />

To ensure a secure password, the initial password of a newly created officer profile alongside any new passwords for both the admin and any officer profile will have certain requirements, namely: A capital letter, a lowercase letter, a number, and a special character.

<img src="password-requirements.png" alt="Changing password screenshot" />

It must also be at minimum 8 characters.

<img src="password-length.png" alt="Changing password screenshot" />

Once the password has been changed, upon logging out, the new password will be in effect and will be used to log back in to the specific profile or the admin itself.
<seealso>
<category ref="admin">
<a href="Loan-and-Deposit-Settings.md" />
Expand Down

0 comments on commit c8377a4

Please sign in to comment.