Private Access
Autor: JULLIEN Marc
Visited 523,
Followers 2,
Udostępniony 0
Bonjour, I'm looking for a link /doc /Help to manipulate the Private access in V10. So far I have: 1) created my private page in hyden mode, 2) created the group & user for private access, 3) secured the hyden page with the proper user group, 4) created the formula page to enter text the credentials with "Text" field for ID, and "passwd" field for password .... but I'm stuck with "where to save/use" the result of ID/Passwd. It is not clear for me whether I need to use a DB or file to automatically allow the access based on my. Merci pour votre support - Marc
Posted on the
Hi Marc,
Website X5 does not currently have the functionality to automate the registration process, and allow users to log in immediately after registering by querying a database.
At present you have to process each new registration manually, adding each new user to the Groups/Users section in Step 4 -Advanced Settings - Access Management. You need to do this each time a new registration request/email arrives.
You can arrange for Website X5 to send the new user registration details to a database via the Email Form Object - however, you would still need to create or include a custom PHP script to verify each user's credentials in the database each time a login was attempted.
You're not doing anything wrong as such... it's just not part of X5 at the moment, even in version 10.
It would be nice if the functionality was there... if you post an 'Idea' with this suggestion then it might be considered for future releases.
Kind regards,
Paul
Autor
Bonjour, Tks for the answer but I'm not sure to understand. In previous version of Website X5 (I bought my fisrt vesrion in 2007) when the user was entering a protected page, he was required for his ID & Passwd , then he was automatically redirected to the protectec page, IS THIS FUNCTIONNALITY LOST with the new version of WSX5 ? rgds, Marc
No, not at all... my fault, I probably didn't word my reply clearly enough My apologies...
The automatic redirection to the protected pages continues to function as it always did.
What I was trying to convey was in regards to the specific case where a new user might register on the website, and then immediately afterwards expect to receive a username and password by automated reply, hoping for instant access to the protected pages. This does not happen in Website X5. Instead the website administrator must manually review all applicants for user registration, and issue passwords as in Step 4 - Advanced Settings - Access Management - Groups/Users
However, this could be made to happen if you incorporated custom PHP code in your project. This is because Website X5 can be made to write information from the registration form into a database (instead of sending to the website administrator via email). Once the new user details are in the database then all that would be required would be a script to query the newly updated database. If this was in place then the new user could gain almost instant access without the intervention of the website administrator.
I hope I've managed to express myself more clearly?
Kind regards,
Paul