Issue #354 has been updated by Olli Janatuinen.
Clément OUDOT wrote: > Hi, > > thanks a lot for your patch! I will study it soon, and see if we can include > this in the next release. I just get some new idea to this: * Add "Get user" button. ** When press that user account full name and mobile phone number will show and user can check them before sending SMS. * Change this just send token by SMS and ask it with new password from user. ** Then no need for $ad_force_pwd_change setting ** Colleague can't make bad joke and reset other users passwords But please when you are tested this, tell me what you think and I can change these things (or you can do that if you want). ---------------------------------------- Feature #354: Send random generated password by SMS http://tools.lsc-project.org/issues/354 Author: Olli Janatuinen Status: Assigned Priority: Normal Assigned to: Clément OUDOT Category: Target version: self-service-password-? Hi I think that its would be very nice if there is possible to send random generated password by SMS. Today everyone have mobile phone with them so using this feature no need any other way to identify user. There is my version of that. This patch can be installed to latest SVN (revision 201). Patch includes these things: * New function "make_rand_password" ** It generated random password using $pwd_min_length and $pwd_ascii_ranges attributes * New function "send_sms" ** It can send SMS using any SMTP to SMS provider * New setting $ad_force_pwd_change ** That set "User must change password at next logon" selection in Active Directory. * New page "sendsms.php" ** This ask username (and reCAPTCHA if you want) and send random generated password by SMS. I hope that you add this feature to self-service-password tool. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________ ltb-dev mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-dev
