add more functionality#9
Conversation
add password expire time force user to change password warn user to change password add start_date to have a transition time before first password change
There was a problem hiding this comment.
I wouldn't use JSON here. Just a simple text file with one hash per line.
|
I added a few comments. In general I'm not a friend of expiring passwords as this usually does not increase but instead decreases security (Users rely on simple incrementation schemes or publically written down passwords), however I think it makes sense to have this in this plugin as it is a common requirement. |
do not user json anymore get last password change date by filemtime from passhistory file rewrite conf language file
|
can you check my last commit again? thanks |
There was a problem hiding this comment.
dates should be formatted with dformat()
|
can you merge this or say what to do to get it merged? |
|
I'm still no fan of the |
|
would it be updated for the password policy expiration? |
i think its not yet ready for merging, more for a discussion base