wpuzer
Forum Replies Created
-
Putting them in a role that doesn’t allow profile editing works well in that they can’t edit their profile, BUT they can still edit their first name last name by visiting example.com/account.
Is there a way to prevent that?
Thanks ridethetides. Actually in my last post I didn’t refresh the page so I hadn’t seen your post yet. A non-code solution might be ideal and what you’re suggesting sounds good
Ok looks like I need to somehow modify um_fields in wp_options table. Hoping there is a function for this
For question 1 perhaps I can use the following action?
um_user_after_updating_profileWhat about for question 2?
Yes. On the login page under the Ultimate Member settings I have:
Apply custom access settings? Yes
“Content accessible to Logged Out Users” selectedThese are the exact same settings I have for the register page and the register page redirect works fine for logged in users but the login page redirect doesn’t.
It’s my understanding that only the profile can easily show custom fields we have added, while the account doesn’t have this feature. Is that correct?
If so, is there a way we can disable or hide the account view so that there is only the profile view/edit functionality?
Thanks that works well. However applying this same setting to the login page doesn’t seem to work.
Visiting example.com/login just shows a small profile page with
First Last Your Account Logout
Not a huge deal, but curious why the redirect doesn’t seem to work.