That is an *admin-istrator* interface.  A serious disadvantage of
getting rid of the
sha1 field is that then you couldn't save and restore it around a
temporary password
change to allow you to become a user in order to see a problem he's
having without
him having to tell you his password.

You are perfectly welcome to have a view for editing profiles that
isn't part of the
admin app, where you could have whatever password management option you
want, but the admin stuff just uses basic django model capability to
display that
box.

Bill

On Thu, Jun 10, 2010 at 9:13 AM, stanleyxu2005 <[email protected]> wrote:
> Hi All again,
>
> The django "change password" way in user profile is IMO very
> programmer-oriented.
>
> In the password field, it shows
> "sha1$7b0a7$1132f5a57d65325337b25a162b04b40fa6d55f6f" something like
> that.
> And to goto the normal change password dialog, user must have to click
> the not very well visible link "change password formula" below.
>
> Is it possible (with little effort) to replace the user friendly
> "change password formula" with the programmer-oriented password field
> ("sha1$7b0a7$1132f5a57d65325337b25a162b04b40fa6d55f6f")?
>
> Best regards
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to