Skip to main content

Questions tagged [user-access]

The tag has no usage guidance.

0 votes
0 answers
9 views

How to remove/limit Editor accounts privileges, to prevent them from deleting media and pages created by Admin

How can I remove (or edit) Editor account privilege's, to prevent Editor accounts from making any changes to things Admin accounts upload or create? For instance, Prevent Editors from deleting/...
Omar's user avatar
  • 101
0 votes
0 answers
23 views

Allow users to edit post without logging in

I'm working on a site where non-logged in users are able to submit their posts. It's easy to do on front end, however, when the posts need to be edited, it's a completely different story. So, is there ...
Sam1501's user avatar
  • 11
0 votes
0 answers
22 views

How to add default folders to Every registered User when registered in WordPress site?

I need some guidance on my work. As soon as the clients register on a WordPress site. I want the clients to see 4 folders by default: 2002 2003 2004 and Firm Documents. Once the clients activate their ...
zoe20's user avatar
  • 1
0 votes
1 answer
57 views

Weird Issue - Wordpress Multisite - Cannot Access subdomain's pages

Good evening to everyone. I will try to describe my (weird) problem, as detailed as possible and any help would be greatly appreciated. I had a multisite that worked great. My company asked me to ...
Alexander Fragkakis's user avatar
0 votes
1 answer
27 views

Administrator user cannot access dashboard after localwp import

This is the 2nd time this has happened in the past few weeks so I thought I would try and get some ideas on how to overcome. There are a few others in the localwp community that have had the same ...
php-b-grader's user avatar
0 votes
1 answer
128 views

Wordpress change role from administrator to author by itself (automatically)

do anybody know this kind of phenomenon? I do not have any user managing plugins installed in my WP, but after some interaction e.g. editing pages or creating postings (its not matter) WP changes for ...
RestAPPDev's user avatar
0 votes
1 answer
28 views

Get logged in user with - custom plugin

I am writing my own plugin and I am stuck quite early on. I am trying to get the ID of currently logged in user, via php script. Something like this add_action('init','do_stuff'); function do_stuff(){ ...
Aljaz Jelen's user avatar
0 votes
0 answers
260 views

Impossible to access the site administration

I have the following issue in the WordPress: When I connect with the administrator account, the page mysite.com/wp-admin/ gives the error message: You do not have sufficient permissions to access this ...
DataSmarter's user avatar
0 votes
1 answer
77 views

(How) does WordPress protect direct access of user data?

I am setting up a WordPress with a user system. User information (names, profile picture) of all users should be private, and only accessable when logged in. The "Ultimate Member" plugin ...
M.G.Poirot's user avatar
0 votes
0 answers
33 views

Multisite Login Access Restrictions

I am building a multisite where users can sign up to create a subsite about there business. I would like to have them be able to login to the backend and edit there subsite but restrict them from ...
Daemon's user avatar
  • 1
0 votes
1 answer
328 views

WordPress password as plain text in email

I am working on a project and we need to send users current passwords when they log in. So the only option is to the use the password reset feature when the user enters the email, an email will be ...
Sannan Malik's user avatar
0 votes
1 answer
200 views

MySQL query to list users who never signed in

What MySQL query can I use to get a list of users who have never logged in to WP? Some background... My WordPress website has been running since 2015 and initially, I had a newsletter form that would ...
Lazhar's user avatar
  • 183
-3 votes
1 answer
118 views

Creating Custom Login Form Where Password Field is Dropdown Menu

First, I want to name that I think purchasing MemberPress and some customization of their login form would make this possible. However, we are not planning to fully utilize anything else the ...
KLB's user avatar
  • 1
1 vote
1 answer
74 views

How do I count the number of pages a user has seen on my site, and force them to log in after a certain amount

I'm looking to write a little function that counts how many pages the user has clicked through in this section. When it gets to a certain amount, I want to prompt them to log in and prevent them from ...
DJZEEGLER's user avatar
  • 119
0 votes
1 answer
67 views

How do you manage your pages or functions that require logged-in users?

I'm having more functions and pages that require my users to be logged-in. Below is what I have in each of my functions, kind of a hassle to keep repeating this code. $user_id = get_current_user_id(); ...
ratib90486's user avatar

15 30 50 per page
1
2 3 4 5
27