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

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -