Opened 18 years ago
Closed 18 years ago
#2985 closed defect (worksforme)
pasword instead password
Description ¶
In set_password method from class SiteProfileNotAvailable theres a wrong call:
self.password = encrypt_pasword(raw_password)
and it must be "encrypt_password", with 2 "s".
Note:
See TracTickets
for help on using tickets.
I don't see the string
pasword
anywhere in the Django codebase... Could you reopen this with more information about the file and line number if this is indeed a problem?