Verified Commit c6215332 authored by anarcat's avatar anarcat
Browse files

fix password reset procedure in ud-ldap

parent 2c2156cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -90,7 +90,7 @@ hashed password, and there are many ways to do that, but if you have a
copy of the userdir-ldap source code lying around, this could just do
copy of the userdir-ldap source code lying around, this could just do
it:
it:


    >>> from userdir_ldap import HashPass, GenPass
    >>> from userdir_ldap.ldap import HashPass, GenPass
    >>> print("{crypt}" + HashPass(GenPass()))
    >>> print("{crypt}" + HashPass(GenPass()))


If the user was completely deleted from the LDAP database, you need to
If the user was completely deleted from the LDAP database, you need to