-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WET 4 - Missing support for session login/logout (sign in/sign out) #181
Comments
Any news on this issue @upsonp ? |
Sorry @michael-milette, I didn't mean to ignore you, just really busy with other projects. I would like to have this feature in the pho-variant, but I don't have time right now to include it. It should definitely be a future update. |
Hi @upsonp , No problem. However I will need the functionality sooner. If it is ok with you, I will work on it and send you the changes as soon as they are ready. Here are the developer docs so far: SIGN IN (Login) / SIGN OUT (logoff) BUTTONS To make the following buttons appear on the page, you must define their URLs (will not appear if blank):
If you use any of these, the following string must be set to the user's firstname, username or full name when logged in:
Best regards, Michael |
Support for this feature was added back into WET 4.0 this past summer but the feature doesn't appear to have been integrated into wet-boew-php.
Implementation requirements include:
Theme support
This feature should be available for all themes, not just the wet-boew theme.
User name
It should be expected that the username be provided by the application however a default placeholder should be implemented instead of getting a PHP error for an undefined variable.
Support for Sign in
Support for Sign out
Additional reference information:
Let me know if you have any questions.
Best regards,
Michael
The text was updated successfully, but these errors were encountered: