CakeDC / users

Users Plugin for CakePHP
https://www.cakedc.com
Other
520 stars 296 forks source link

timezone for users #1039

Closed tgoeminne closed 1 month ago

tgoeminne commented 1 year ago

This is a feature request to add timezone to the users plugin. Save timezone on register and update it on login through a hidden field that is binded to javascript? Anyone have done this, and can share some code/insight, or want to add to the plugin at all??

rochamarcelo commented 1 year ago

You should be able to do include new fields on register page, just overwrite the template. For login you could create a custom event listener for Plugin::EVENT_AFTER_LOGIN to save any data

ajibarra commented 1 month ago

Closing this because it has passed more than a year without any response