Closed (fixed)
Project:
Registration role
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2009 at 03:24 UTC
Updated:
29 Aug 2018 at 11:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tbartels commentednew version of the admin_default method, the first one has a flaw in the logic due to operation order
Comment #2
mlncn commentedWow i have been a horrible maintainer. I wish these issues would have shown up in http://drupal.org/project/issues/user (without my leaving a comment like this) and maybe this wouldn't have gone 2 years without my noticing.
The patch looks like it would replace existing default values when an administrator edits a user page. An array_merge() here?
Comment #3
duaelfrThis version of Registration role is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.
Comment #4
efpapado commentedReopening this issue, and proposing a patch that offers this feature for the D8 version of the module.
I also update the description.
Comment #5
karthikeyan-manivasagam commentedHi efpapado,
Thanks for your contribution, patch should support the Drupal 8 version to commit, variable_get is deprecated in D8.
Comment #6
efpapado commentedHmm, my patch does not use
variable_getComment #8
karthikeyan-manivasagam commentedOh Sorry, Fixed, thank you !
Comment #10
xxdarii commentedHello. I've tried the patch and it doesn't seem to work. When I've chosen User self registration mode and a preferred rolo, on a new registration it doesn't add the role to new user.