![]() |
|
printPasswordForm() without "I lost my password ..."? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: printPasswordForm() without "I lost my password ..."? (/thread-9683.html) |
printPasswordForm() without "I lost my password ..."? - Wete - 2012-02-24 Hi there, another question from Wete's coming: As you know I use ZenPhoto for my musical society webpage. The musicians are allowed to see the internal section (the images with the beer etc.), and therefor I created a user account for all members. When s.o. enters the internal section, password.php askes for the login data, and there is the link to "I lost my password ...". Is it possible to blank out this line/link? I read the documentation for printPasswordForm() in template-functions.php, but there is no solution for this task. My users and guests should not have the possibility to initiate a password reset. Wete printPasswordForm() without "I lost my password ..."? - acrylian - 2012-02-24 Try CSS. It is not exactly meant to have one account for several people. Any user should always have the ability to reset or change his password. printPasswordForm() without "I lost my password ..."? - Wete - 2012-02-24 Which procedure is ingested to create a protected area for a group of people? printPasswordForm() without "I lost my password ..."? - acrylian - 2012-02-24 http://www.zenphoto.org/news/an-overview-of-zenphoto-users#rules printPasswordForm() without "I lost my password ..."? - Wete - 2012-02-24 OK, as I supposed, there is no feature for "password protected album" but for "album only accessable with special rights, defined for users". Then I think it is the best way to define one user for the group of people which is allowed to see the internal area and I have to hope that nobody klicks "I lost my password" just for fun ... Wete printPasswordForm() without "I lost my password ..."? - acrylian - 2012-02-24 There is, you can set a password on every album directly. printPasswordForm() without "I lost my password ..."? - Wete - 2012-02-24 Yes, but not a password without a user - which is not the behaviour of "password protected" but of "user login requested". In my opinion, that are two different things. printPasswordForm() without "I lost my password ..."? - acrylian - 2012-02-24 Quote:User names and passwords for guest users are assigned by an administrator. The user name is optional. printPasswordForm() without "I lost my password ..."? - Wete - 2012-02-24 Oh! I didn't know that. OK, that's much better! printPasswordForm() without "I lost my password ..."? - sbillard - 2012-02-25 Just FYI, the 1.4.3 release will add a new "right" that will be required for a user to modify his credential information. printPasswordForm() without "I lost my password ..."? - Wete - 2012-02-25 I have just set And a second question: the value for $_zp_loggedin is empty, even when I'm logged in with this guest account? Wete printPasswordForm() without "I lost my password ..."? - sbillard - 2012-02-26 $_zp_loggedin is the user rights for a Zenphoto user, so empty is correct for a guest login. |