Issue #354 has been updated by Olli Janatuinen.
File self-service-password-sendsms_v2.patch added
Clément OUDOT wrote:
> The second feature has already a ticket: #292. The solution you provide is
> quite good, but the problem is that you don't check the actual password
> policy (allowed chars, forbidden chars, etc.). For now, I will not include it.
>
> I opened an issue for the password change in AD: #358
>
> And for the token by SMS, it is really a great idea. Do you have any SMS
> provider that I could use for testing your code?
Hi
I just create new version of this patch.
Changes:
* Based on r205
* {sms_attribute} can use also in $smsmailto (needed in some SMTP to SMS
providers)
* $smsmail_subject can now set in config
* Not change password anymore, just generate token and send it by SMS
This version not yet ask user to write token so he can't change password but
now you can test token sending.
You can using this for testing: http://www.world-text.com/services/emailgw/
Just register and put settings like this:
$smsmailto = "{sms_attribute}@sms.world-text.com";
$smsmail_subject = "<your secure id>";
$sms_message = "{smsresetmessage} {smstoken}";
Secure ID you can find from here:
https://www.world-text.com/account/emailgw/secureid.php
----------------------------------------
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: Self Service Password
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