![]() |
|
Password protect gallery, multiple users access - 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: Password protect gallery, multiple users access (/thread-6230.html) |
Password protect gallery, multiple users access - Barbara - 2009-12-04 I'll try to explain as best as I can. (Testing on locale with the default theme) I want to password protect my entire gallery but I can't give out the same password manually to every user. I'd rather have a multiple users system where everyone can sign-up by himself, choose his own password and I reserve the right to approve or decline the application. If I understood correctly this is what the register_user plugin was made for. Now, I'm not entirely sure I know how to use it. First thing I did was activate the plugin, set a password for the entire gallery and put a call to printRegistrationForm() on index.php for the sake of testing. Nothing showed up except the standard form that asked for the gallery pw. So I tried to put a link to the script like the user guide suggested. I put the html just right after the body tag but again, the hyperlink doesn't show, only the form. I'm clearly missing something, what do I need to do? Password protect gallery, multiple users access - sbillard - 2009-12-05 First, if you have password protected your gallery, the script that is loaded when someone not logged in visits is the Second, the way the register-user is usually used is that a new script (perhaps called register.php) is created with whatever lead in text you desire and the call to Password protect gallery, multiple users access - sbillard - 2009-12-05 Note: The Effervescence+ them has implemented the registration as described above. Password protect gallery, multiple users access - Barbara - 2009-12-05 Oh thank you, I switched to the effervescence theme. When I try to add a new user it tells me: Password protect gallery, multiple users access - acrylian - 2009-12-05 Have you entered an e-mail address? Password protect gallery, multiple users access - Barbara - 2009-12-05 Yes. Btw, I tried with php mailer too, same problem. Password protect gallery, multiple users access - sbillard - 2009-12-05 Does emailing work for you in other places, like for password reset or comment notification? Password protect gallery, multiple users access - Barbara - 2009-12-06 Mmm, it's a general problem. I can post comments but I don't get any notification, same for password-reset emails. Btw, just after the install, I've been redirect to the 'general' tab under options instead to the 'user' tab under admin where you setup the admin name and the other details for the first time. Don't know if the problem it's related but I had to struggle before it let me set the password. Password protect gallery, multiple users access - sbillard - 2009-12-06 The problems are not likely related. As to the error message, that is from the PHPMailer. Unfortunately, I do not know what it means. It seems to have something to do with language translataions. Is your site not in English? Probably if we can figure out this one we will get the real error message. If you are updating a current install you do not get directed to the page to establish an admin user as there already is one. Password protect gallery, multiple users access - Barbara - 2009-12-15 I should post here everytime so problems can solve by themselves. I don't know what was wrong with it, after several installs it seems to be fine now. Great. Password protect gallery, multiple users access - sandymctyre - 2009-12-31 Please excuse my ignorance, I am a new user and not a developer. acrylian - you asked if an email address has been entered...where would this be entered? |