Automated 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 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 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 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 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 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 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 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 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 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 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 ArticleUser with proper permissions cannot see unpublished nodes in the content...
I have a user with a role that is given "view own unpublished content." She can access the unpublished node directly but it does not display in the content listing (no unpublished items display). I...
View ArticleCreate duplicate registration form with extra fields
I have a site built using Drupal 7. The site has a registration form now. There is a new requirement to add a couple of new fields in the registration form and put it in a new...
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 ArticleBasic Password Reset steps not working
I have reviewed other similar posts, but none matches my problem.I built a Drupal site based on an old ASP.NET site. I imported the users from the old DB (which had passwords in plain text!). Most...
View ArticleUnable to edit node translation other than current language
On my multilingual site I seem to have problem at admin/content when editing a particular translation.I have a Contact Us page, translated:Contact Us [EN], node/286Contact Us [ES], node/300I don't have...
View Articlecreate a custom form based on user fields
I created new menu item witch I want to insert a custom form to edit some user fields :$items['user/%user/edit-custom'] = array('title' => 'Knowladge','page callback' => 'drupal_get_form','page...
View ArticleUsers cannot log in to new site in multisite
I am working with the Drupal multisite functionality. I have been asked to implement the following architecture:mysite is a Drupal site with several angular pages.mysite/backend is a separate site with...
View ArticleHow do I add tabledrag with 'weight' to admin form
I have built a fairly basic module but i'm struggling with the UX of the admin form. Essentially I need a list of items that have several values; a textfield, checkbox, select list and a button to...
View ArticleChanging user register/login pages into secure sub domain
I need to change my user registration and login pages into a secure sub domain of my site, how is it possible ?In detail,When user logon to http://www.mysite.com/admin that must be redirected to...
View Article