Monday 04 June 2012 12:35:58 pm - 5 replies
Hello,
I'm new member so apologize for silly question below.
In my company we need password history feature. I have been searching Internet long hours but I couldn't find anything about such function in eZ Publish. Could someone tell me if such feature (may be extension) exist? Or may be there are simply steps to implement this functionality?
We are using eZ Publish 4.0.7.
Regards,
Krzysiek
Monday 04 June 2012 2:56:53 pm
Maybe this extension is a good start:
But at the moment the password history function is not implemented yet. But should be easily implement if you only want, that a user do not use an old pwd again.
Monday 04 June 2012 3:23:20 pm
Hi Wiktor,
you will need a new database table which holds the md5 hashes for the old pwds. If a pwd is expired and the user must set a new pwd you have to check your new db table. In the extension is already a regex check included. On the same place you should do the pwd history check.
- new dbtable
- new php Class (extend from eZPersistentObject)
We already have a customer request with the same issue, but it is not funded yet
. Your installation is not the newest one (4.0.7.). You should upgrade to 4.4 or above or better to community 2012.5
Cheers Felix
Modified on Monday 04 June 2012 3:23:51 pm by Felix Woldt
You must be logged in to post messages in this topic!