Front end users updating profile fields?

Is there a system or example of a user being able to update their own front end profile fields?

Do you mean update their information via a form on the frontend? That is possible via the $user->update()method: https://getkirby.com/docs/cheatsheet/user/update

thanks, that will work :slight_smile: