Technical support This forum is closed.
Version 1.x > Technical support > Multiple Secure Image Galleries View modes: 
User avatar
Member
Member
Astrohingis - 4/6/2006 1:27:29 PM
   
Multiple Secure Image Galleries
I am new to this product and am wondering how to do the following;

I want a link on the menu which opens up a login page (i have done this bit)

Then when the person logins in, depending on their authenticated user name it opens up their specific image library.

So the website directory for this section would look like;

wwwRoot
Client Login Page
Client 1
Image Gallery
Client 2
Image Gallery

How do I get the login to redirect to the Client page and image gallery that is specfic to their login?



User avatar
Guest
admin - 4/11/2006 4:34:28 PM
   
Re: Multiple Secure Image Galleries
Hello,

Thank you for your message. First, you need to have some mechanism that will assign the image gallery to the user. You could e.g. store this in the database. If you need to add a field for that, please see Developer's Guide -> Knowledge Base -> KB0013 - Adding a custom field to the user profile.

Then, you need to handle the LogonForm.LogonSuccessful event and redirect user to the appropriate page using Response.Redirect.

Please let me know if you need any help with that.

Best Regards,