yesod - How to act upon user registration (onRegister) -


i'd perform actions when new user registers yesod app.

what way hook event?

assuming user registration process performed post request application, can hook handler function, handles request.

assuming use usual scaffold layout, info function can found in file config/routes. name convention prepend "post" name of route (i.e.: registeruserr -> postregisteruserr).


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -