vavavr00m / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

send password via email and/or sms #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

There is no option to send password via email when the user forget the password 
. Can we add this option ? 

I know there is option he need to put the answer question

Thanks

Original issue reported on code.google.com by marad...@gmail.com on 2 Jul 2012 at 11:41

GoogleCodeExporter commented 9 years ago
There is an option to send a reset code by mail/sms (token). That's usually a 
safer option than sending a password. Does that suit your needs?

Original comment by menno.pi...@gmail.com on 2 Jul 2012 at 8:21

GoogleCodeExporter commented 9 years ago
can you tell the steps how I can do it ?
Thanks

Original comment by marad...@gmail.com on 2 Jul 2012 at 11:27

GoogleCodeExporter commented 9 years ago
Go to ConfigManager
--> View --> Advanced Settings
--> Modules --> Forgotten Password
  * Enable Require Email Token (also for SMS; title should be changed).
  * Select the Token Send Method
--> Settings Email: configure email settings
--> Settings SMS: configure SMS settings

Original comment by menno.pi...@gmail.com on 3 Jul 2012 at 11:35

GoogleCodeExporter commented 9 years ago
I think to enable Forgotten password I need to enable "Response Storage 
Attribute"
I don't need to have response attribute . Do you have schema for openldap for 
centos and ldif ?

Also do you have example for SMS configuration , I tried the clickatell example 
but it didn't work with me :( 

Original comment by marad...@gmail.com on 3 Jul 2012 at 12:21

GoogleCodeExporter commented 9 years ago
LDAP schema is included with distribution

ClickATell is just an example, every SMS provider has its own API.

Original comment by menno.pi...@gmail.com on 3 Jul 2012 at 12:53

GoogleCodeExporter commented 9 years ago
when I putted edirectory-schema.ldif in to /etc/openldap/schema/ and also 
include it in /etc/openldap/slapd.conf 

and restart the service it gives me error ? 

I found pwm.schema and I putted it seems works with ldap but I think this file 
not have any attributes 

What do you think ? sorry for bother you 

Original comment by marad...@gmail.com on 3 Jul 2012 at 1:08

GoogleCodeExporter commented 9 years ago
edirectory-schema.ldif is for eDirectory (Novell). Try the schema for OpenLDAP 
from the (included) documentation (PDF).

Original comment by menno.pi...@gmail.com on 3 Jul 2012 at 1:36

GoogleCodeExporter commented 9 years ago
Thanks Man , I did it SMS thing it should be prefix 20

also ldif should put ) it was missing 

Best Regards ,
Mohamed

Original comment by marad...@gmail.com on 3 Jul 2012 at 5:17

GoogleCodeExporter commented 9 years ago
one more question , when the user create new user it send code to the email , I 
want to send to SMS Can I ?

Thanks
Mohamed 

Original comment by marad...@gmail.com on 3 Jul 2012 at 5:42