Can't login using OpenId (core) and Google profile
I'm using the OpenId module (included in core v7) but can't link an OpenId to an existing account. Every time I try to add it an error occurs:Sorry, that is not a valid OpenID. Ensure you have spelled...
View ArticleProgrammatically get the results of a view
Using the group module in D8, I have the below view with machine name: group_members_per_groupMachine Name of: (Member account) User: Full Name is: field_user_full_name(Member account) User: Phone...
View ArticleHow to adjust weight of profile 2 fields
I added some fields to the default user registration form. I then installed the Profile 2 Module through which I added three (3) fields- "first name", "surname" and "place of work".Is there a way to...
View ArticleHow to hide nodes in a VIEW where the user is not referenced?
This is a follow-up to How to show nodes where the user is (not) in the reference field with Views?I have a node with multiple user references and need a node VIEW that hides all nodes where the...
View ArticleIs there a drush command to set permissions to true on ALL modules for...
I'm getting tired of having to go in the backend and click on some new module's permissions so that I can use them...Is there a drush command to enable permissions to true on ALL modules in on...
View Articledrush perm-grant gives "The drush command 'perm-grant' could not be found"
I am using drush -u 15 perm-grant --roles="site administrator" but the command returns:The drush command 'perm-grant' could not be found.any ideas about that? according this documentation the drush...
View ArticleChange entity reference field widget based on condition?
I am using Drupal 8. In user registration form, I use an entity reference field to a profile. I wanted to display inline entity reference form widget or entity select widget based on role.For this, I...
View ArticleHow to completely disable 'further instructions sent to email' message after...
How to completely turn off/remove message 'Further instructions have been sent to your e-mail address.' that appears after registration? I'm using logintobogan module and I can see some customization...
View ArticleSubdomain with shared database for users: subdomain not accessing primary...
I've successfully set up a multisite Drupal installation. I now have:www.example.com --> main sitesub.example.com --> a secondary siteHowever, I want the users to be shared. I know about shared...
View ArticleHow to add a new user badge after earning a certain number of user points?
I'm using the User Badges and User Points modules. I want that when a user earns a certain number of user points, the user's old badge is replaced by a new one. For this, I have already created a rule...
View Articleemailing users in user reference field with rules
I am working on a site for an academic conference. Right now, we have two content types (1) proposal and (2) peer review. In the proposal content type, an author can add multiple presenters to a user...
View ArticlePermission for private file to anonymous
I have an ad content type, with a file field that is in a private directory when saving the node.Ads and their files are only accesible for authenticated users.I wish I could allow anonymous users to...
View ArticleHow to create a link in my view of users to perform an operation like Active...
I am using Views to create a view for user management, which looks like in the image below:How to create an "Active" or "Block" link in my view which performs an operation for the selected user like...
View ArticleHow to right-to-left emails are right-aligned?
In my Drupal 8 site, I am using Arabic email for sign up, log in, forgot password. I get Arabic email content, however, the email content is left aligned. I am using PHP Mailer on my site for sending...
View ArticleChange default format for date field on user register form
I'm new to Drupal 8. In the user registration form, i've added a Date field via manage fields in user account settings. However, I need to customize this field and change its format. I tried 'manage...
View ArticleUser authentication handled by a web service
I seek your help and advice. By default, Drupal manages user authentification using the user module that resides in the "core/modules" and through the main Drupal Database. In my case, the user is...
View ArticleRole cannot create or edit book content
I feel like I am missing something obvious that I just can't quite put my finger on.As an administrator, I see "Add Content > Book page" and "My Workbench > Create Content > Book page" in the...
View ArticleAllow groups of users to edit a single Webform
I need to enable groups of users to edit one Webform so that they can collaboratively complete a questionnaire. I am not concerned with two people editing at the same really.I've seen mentioned the...
View ArticleHow to prevent email address from displaying on edit profile page?
I have set up my site so that some users with a specific role can't edit their email address. This works fine - users with role type A can navigate to the edit tab on their profile and edit their email...
View ArticleFilter Taxonomy reference field on Workbench Access permission
i need some help with Workbench access based on taxonomy.This is my use case:I have this taxonomy structure for my site: - Term A - Term B - Term CAnd i have 2 roles: - editor - editor CEditor c users...
View ArticleAccess denied for all users, sessions table empty, access log shows NULL uid
My Drupal 7 site has been up and running for a couple years without issue. I went to log in as admin today to check for security updates and had the following experience:When I first browse to the page...
View ArticleAutomated login with LDAP always returns error
I have successfully setup LDAP module to authenticate users (and create new users). This is done through manual login form. Now I'm trying to enable automated single sign-on, but with no luck. I have...
View ArticleHow do I reroute a logged-in user after page access denied at user/login?
My Drupal 6 site has the login form at /user/login. If I'm logged in already and I click it, I'm sent to the Access Denied page (though the login URL stays the same).I'd like to send such users...
View ArticleHow can I redirect users on login based on their chosen language?
I'm looking to redirect users after they login.The site is multilingual, using English and French.I've tried using the Login Destination module and using Rules, but it has no options for accessing the...
View ArticleHow to grant permission to specifc role to perform CRUD operations on a...
I've set up different roles and in my site and I want a specifc role to grant permission to perform CRUD(create, Read, Update, Delete) operations on a particular content type only. But I can't find any...
View ArticleHow to make relationships between users
I have the quiz module installed on my website. I have setup two user roles on my site, Student and Parents.I want to make a view that shows the results of a parents children.Now I have made two fields...
View ArticleHow to check if a user is logged in inside a view
I can easily check if a user is logged in in most templates by simply using a twig variable, or making a custom one myself. My issue is that I would like to be able to check if a user is logged in...
View Articletrouble with a checkbox on the user registration pages
I created an extra checkbox field for the user registration formThis is the field setting page. (Standaardwaarde means "Default value.")In the setting page, the field is unchecked, but it's checked in...
View ArticleWhy does "Cancel People Account" not work?
I have Drupal 7 with Devel installed running over PHP internal server and MySQL.All user operations work correctly except Admin>People>Cancel Account operation.This leads to the overlay Add User...
View ArticleRemove links from the menu tabs
How can I remove the some links from the Tab, when we are login as a particular user. Please see the below picture. I want to remove the tab Items maked in red rectangle (deny access to this link). I...
View Article