diff --git a/docs/images/admin-officer-edit.PNG b/docs/images/admin-officer-edit.PNG new file mode 100644 index 0000000..5c72060 Binary files /dev/null and b/docs/images/admin-officer-edit.PNG differ diff --git a/docs/images/admin-password-tab.PNG b/docs/images/admin-password-tab.PNG new file mode 100644 index 0000000..b13dc5a Binary files /dev/null and b/docs/images/admin-password-tab.PNG differ diff --git a/docs/images/password-length.PNG b/docs/images/password-length.PNG new file mode 100644 index 0000000..b175be1 Binary files /dev/null and b/docs/images/password-length.PNG differ diff --git a/docs/images/password-requirements.PNG b/docs/images/password-requirements.PNG new file mode 100644 index 0000000..f37b0c4 Binary files /dev/null and b/docs/images/password-requirements.PNG differ diff --git a/docs/topics/Admin.md b/docs/topics/Admin.md index 6fd5475..bc6b802 100644 --- a/docs/topics/Admin.md +++ b/docs/topics/Admin.md @@ -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. + diff --git a/docs/topics/Changing-Password.md b/docs/topics/Changing-Password.md index 41fdb96..8c0dde9 100644 --- a/docs/topics/Changing-Password.md +++ b/docs/topics/Changing-Password.md @@ -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. + +Changing password screenshot + +The passwords of the officers can be changed in the edit officer profile option in the officer profiles tab. + +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. + +Changing password screenshot + +It must also be at minimum 8 characters. + +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.