Thank you, Alan, 
your solution does make the field editable by appadmin.  But I found that I 
was having some other problems with the appadmin that I had copied from the 
welcome app.  So I copied the appadmin.py from a different app and when I 
did a diff, it was very different, and this other copy is working as 
described in the manual.  Thank you for the help.

Margaret

On Wednesday, January 2, 2013 2:33:42 PM UTC-6, Alan Etkin wrote:
>
> > I can see it as a field listed under db.auth_user but when the 
> >record is selected, that is not a field that shows up in the appadmin 
> form.
> >What do I need to fix or look at so that this becomes an editable field?
>
> Somewhere the field is being set as writable=False.
>
> I'd try explicitly changing that value to True:
>
> # db.py
> if request.controller == "appadmin":
>     db.auth_user.registration_key.writable = True
>

-- 



Reply via email to