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 -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -