2 Oct
2006
2 Oct
'06
6:16 a.m.
Sinang, Danny schrieb:
Hello,
In Unix, there's the "su" command which admins can use to log in as another user.
Is there a similar facility in Zope ?
not as "login" but there are the proxy roles you can assign to an object (script) to do something with raised privs.
If not, is there a way for admins to view the passwords of their users ?
Usually no. (most sane userfolders hash the passwords and dont store them clear text) Regards Tino