diff options
author | Buchan Milne <buchan@mageia.org> | 2011-01-22 13:55:56 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2011-01-22 13:55:56 +0000 |
commit | bf51f6530087b954dcecd45673128653a57b44fc (patch) | |
tree | d0d4522c5095cd42efa502cc90b29328d417ab7e /root/email | |
parent | 923f05432e5639c025af3a42614f8960a6233777 (diff) | |
download | identity-bf51f6530087b954dcecd45673128653a57b44fc.tar identity-bf51f6530087b954dcecd45673128653a57b44fc.tar.gz identity-bf51f6530087b954dcecd45673128653a57b44fc.tar.bz2 identity-bf51f6530087b954dcecd45673128653a57b44fc.tar.xz identity-bf51f6530087b954dcecd45673128653a57b44fc.zip |
Add a means to filter out users who arent allowed to reset passwords with only email verification (by default users who don't match (!(objectclass=posixAccount)) Fix email template to use configurable project url
Diffstat (limited to 'root/email')
-rw-r--r-- | root/email/forgot_password.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/email/forgot_password.tt b/root/email/forgot_password.tt index 4826955..af9231f 100644 --- a/root/email/forgot_password.tt +++ b/root/email/forgot_password.tt @@ -4,4 +4,4 @@ [% url %] -- -http://mageia.org/ +[% c.config.project_url %] |