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

authentication - Mongodb revoke acccess to connect test database -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -