I would like to suggest adding an optional feature to have the access files auto-update when a user changes their password. Otherwise, whenever basic users modify their password, it will not take affect until our admin manually creates the access files. Another nice feature would be a way for users to recover forgotten passwords. This will take password management out of the hands of the single admin and give the users themselves the power to modify/retrieve their password.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the scripts directory there' s a subdirectory cronjobs. In this directory you will find a script doing creation of access files. This script can be run as cronjob doing the update e. g. every 5 minutes.
The new release 0.4.1.0 conains a function for lost password management allowing users to recover a lost password themselves. Each user has to a security question with an answer and can furtheron recover a lost password.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First off - love the project.
I would like to suggest adding an optional feature to have the access files auto-update when a user changes their password. Otherwise, whenever basic users modify their password, it will not take affect until our admin manually creates the access files. Another nice feature would be a way for users to recover forgotten passwords. This will take password management out of the hands of the single admin and give the users themselves the power to modify/retrieve their password.
In the scripts directory there' s a subdirectory cronjobs. In this directory you will find a script doing creation of access files. This script can be run as cronjob doing the update e. g. every 5 minutes.
The new release 0.4.1.0 conains a function for lost password management allowing users to recover a lost password themselves. Each user has to a security question with an answer and can furtheron recover a lost password.
Nice Effort. When can we expect 0.5.1.0?