openplans / openblock

OpenBlock is a web application and RESTful service that allows users to browse and search their local area for "hyper-local news
61 stars 26 forks source link

Can't create admin user via admin UI #280

Open slinkp opened 11 years ago

slinkp commented 11 years ago

The default form at /admin/accounts/user/add/ requires you to enter the password in "[algo]$[salt]$[hexdigest]" form. There's a link to the "change password" form but that blows up with a 500 error (see #273)

Can we leverage whatever the /admin/auth/user/add/ form does so the user can just enter the password normally?

slinkp commented 11 years ago

Ticket imported from Trac: http://developer.openblockproject.org/ticket/287 Reported by: slinkp