How to add an "Edit User Profile" on my website
Permalink
Alright, so I am using an add-on that I put on my website for users to register and be able to login. However, there is no place for them to be able to change their password, or have a profile where they can about like avatars, or anything like that. How do I do so. Please note that I don't know anything about HTML, PHP as far as scripting it. Any help would be great!
A good place to start for info would be here:http://www.concrete5.org/documentation/developers/... (under this I would maybe start looking at either "single pages" under the "Pages" section or "Profile" under the "Permissions" section.
Or search the forums.
I have a blog site that I use for traveling and set up the site to allow people to register to the site using only the above mentioned "public profiles" rather than an addon. This works well if you are not charging for membership. This feature creates a single page for that user which allows them to add an avatar and change passwords and if you wish to enable it allows them to message each other.
Let me know if you need further help.