-
I have a custom The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you need a form to only update that attribute, then you'd do this just like with any other model. You could implement a |
Beta Was this translation helpful? Give feedback.
If you need a form to only update that attribute, then you'd do this just like with any other model. You could implement a
PUT /account
route that accepts only theaccount[name]
parameter and updates the current account. Thename
attribute is not authentication-related, so there is no point going through Rodauth.