2011/11/16 Matthew Ahrenstein <[email protected]>: > Hello. I just installed Self Service password, and it's great so far. I > have an ftp server that uses a MySQL table for usernames and passwords, and I > was wondering how I could modify SSP to do the following: > If current Active Directory password is correct then > -Change AD password > -Search mysql for username, and if username exists, change it's password as > well
Hi Matthew, I put the list in copy because this may interest other. You should also register to this list. Your need is very specific, for now you can try to add your code into the change_password function defined in lib/functions.inc.php For the future, an idea can be to add hooks possibility, so you can plug some code before/after password change, with a standard way, not broken by software updates. What do you think? Clément. _______________________________________________ ltb-users mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-users
