Opened 18 years ago

Closed 18 years ago

#2985 closed defect (worksforme)

pasword instead password

Reported by: rogerio@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

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".

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: worksforme
Status: newclosed

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?

Note: See TracTickets for help on using tickets.
Back to Top