updateProfile

Helper function to update the user profile from a POST request.

This assumes that the fields are named like they are in userman.profile.dt. Session variables will be updated automatically.

  1. void updateProfile(UserManAPI api, User.ID user, HTTPServerRequest req)
    void
    updateProfile
    (,,
    HTTPServerRequest req
    )
  2. void updateProfile(UserManController controller, User user, HTTPServerRequest req)

Meta