diff options
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"; |