By default, the author
user role allows users to add, edit, and delete their own pages and posts, but disallows users to edit or delete others’ pages and posts; however, it does not, out of the box, limit users to the creation of a single page or post.
If your intent is merely to allow users to create a public profile page, I would recommend creating a custom template that displays user meta data, that each user can manage from his/her own back-end profile page. If you need additional user meta data, simply add custom user meta data to the user profile page. That way, you can use custom templates to output the public profile pages using the user custom meta data, while being able to leave users in the subscriber
user role, which prevents them from creating pages or posts.
Related Posts:
- Separate registration and login for different roles
- Disallow user from editing their own profile information
- Restricting frontend acess based on user role otherwise redirect to login form
- Deny a user role to log in after register
- Private page protected with username and password
- How to integrate external user tables with WP?
- Set Default User Role
- Lock out all WordPress Administrators except two specific users
- Generate email on meta value update
- WordPress Login redirection according to user role
- Prevent Subscriber Role to login
- Can I protect a type of content site-wide with a single password?
- WordPress Submitted Content
- Login Based on ip
- URL Restrictions? Need only people who are logged in AND have a specific role (or roles) to access all pages for a site
- Custom failed login error messages for users based on user role?
- Custom user roles are unable to login
- wp_signon gives error insufficient_permissions
- How to login with email only no username?
- Is it possible to sign in with user_email in WordPress?
- How to use current_user_can()?
- WordPress registration message
- How can I create a separate blog that is private?
- How to customise wp-login.php only for users who are setting a password for the first time?
- Remove built in wordpress login and use only google auth
- Websites defaced by uploading script using theme editor
- I am not able to login to my wp-admin panel
- Block Logged-Out User Access to Directory Outside of WordPress using .htaccess and PHP file
- how to logout user on browser tab or window closes
- Integrate WordPress Blog with Moodle LMS
- Registration and Custom Post Types – How to synchronize information?
- Auto login user with link from Mail
- To be able to login as different user
- WordPress missing user roles on local dev machine. Live site works fine
- How do I Create Forums with bbpress Plugin that can only be Viewed by Logged in Users
- Add class to input form in login form
- Can’t Login to WordPress, No Data Received Error
- Programmatically allow a non-author to edit a post based custom meta field
- Unable to access website admin page – 500 error – how to change landing page
- how to restrict user login whenever if a user puts on hold by editing wp-login action?
- WordPress/Buddypress login theme function [closed]
- Allow an editor to change the author
- User Login System with File Delivery?
- Protect sequence of pages with same password for each of two groups of users
- Chrome 83 doesn’t connect WP login page after update from http to https on localhost
- Fix permissions for users role
- Skip login form wp-login.php when already logged in,
- Forcing SSL login, have to log in again from WP/BP-Admin Bar
- Call header and footer on wordpress default login page
- Notifications when someone is on the site
- How to password-protect everything except the logo
- Login Redirect Error – $user->roles
- how can redirect sign in and sign out link front-end page rather then wp-login .php in comment form in wordpress
- Hiding custom theme functionality using capabilities
- custom plugin not visible to some user roles
- Advice on redirect to lock site from unauthorized users
- Custom code needed to be executed on login and logout
- Sending new registration meta values to admin by email
- Single Time Login HELP
- Allow Access to Home Page and Login Screen but Nothing Else (unless logged in)
- Error on WordPress Login
- Reloading page with a query string upon login for admins
- force login loophole
- Alert Message through email or phone(Message)
- Custom login page problem!
- Looking up WordPress account information from Host or php files
- Get WordPress login functions without printing anything
- Multiple issues with Ajax login function due to browsers and cookies
- Allow login only for one account from one device
- URL with login details included for public members
- Recognize custom login page as wp-login.php
- Can’t login to wordpress, got ERR_EMPTY_RESPONSE after a few minutes
- Create a login page which redirects to a specific page?
- wp_signon works localhost but not wokrs https site
- how to add social login option in wordpress
- allow editor/author to publish others posts but not publish their own
- Why deleting/removing cookies in WordPress does not log me out from admin?
- How to use google api for wordpress login
- Avoiding accidentally creating a second account at “Or log in with your existing social profile”
- display last login date in the frontend
- How user should automatically activated and go for login?
- How to lock WordPress front-end with login and password?
- Site is not loading after relogin attempts on SSL
- Log in to wordpress after executing another form function
- Disabling the login form and redirect users on logout without headers sent php warning
- Webpage not found upon entering wrong username and password on custom login form?
- changing WordPress login page
- Check to see if there a wordpress user account and create one if not outside of wordpress
- User not logged first time I open the homepage
- How to force login after user browses for a few minutes or browses a few pages?
- WordPress Login Box horizontal at the top.
- Cannot login with correct username and password anymore
- How to limit user to login only once per session
- how to add custom word press regisration form in word press 3.5 with out module [closed]
- Warning-session start errors and cannot login to administer
- make a login system for site visitors
- How might I enable a user to view Draft pages from a different Author, without the ability to edit?
- How can I automatically change directory on ssh login?
- How to create a fully functional user registration in WordPress?
- How to remove without touching the pluggable.php the wordpress_logged_in cookie to show the username on login?