diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-04-19 02:23:32 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-04-19 02:23:32 +0200 |
commit | e65b146c79825f9b7f5660ebce284b4b66c13966 (patch) | |
tree | 5a993ff8f5ed153325a917a9ee8906912c4c4778 /fripost-passwd | |
parent | 47135d7827c75073278089d43220df48f250b118 (diff) |
wibble
Diffstat (limited to 'fripost-passwd')
-rwxr-xr-x | fripost-passwd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fripost-passwd b/fripost-passwd index f508e9d..e03deb5 100755 --- a/fripost-passwd +++ b/fripost-passwd @@ -98,6 +98,9 @@ The root DN for everything done by B<fripost-passwd>. =cut +# TODO: add flag --reset to automatically generate a new password and +# send it to the user (in case he/she has forgotten the password). + use FindBin qw($Bin); use lib "$Bin/lib"; |