Closed (fixed)
Project:
Edit own user account permission
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
12 Oct 2011 at 16:12 UTC
Updated:
29 Oct 2011 at 05:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
BassistJimmyJam commentedThe attached patch remove the use of hook_form_alter() and replaces it with hook_menu_alter() and an access callback. It also adds a missing @file docblock and corrects the permission's description.
Comment #2
BassistJimmyJam commentedComment #3
yaremchuk commentedHi James,
I think your approach is reasonable.
I'll perform your patch and create new version of the module.
If you would like I can add you as a comaintainer of this module.
Thanks!
I'll update you.
Vasily
Comment #4
BassistJimmyJam commentedIf you are seeking a co-maintainer I have no objections. This module is pretty simple and I can not imagine many support request but I am always happy to lend a hand.
Comment #5
yaremchuk commentedHi James,
you were added to the co-maintainers.
I think it will be good if you will implement your patch and start new branch of the module,
say, 7.x-2.x
I think we should start new branch because the restriction of access by hook_menu_alter
is a slightly different approach.
So we should leave the ability to the other site builders to use current approch that restrict some fields editing only.
Thanks!
Sincerely yours,
Vasily Yaremchuk
Comment #6
BassistJimmyJam commentedThat sounds like a great idea, I'll take care of it this weekend.
Comment #7
BassistJimmyJam commentedBeta 1 of 7.x-2.0 has been released.
Comment #8
yaremchuk commentedJames, thanks!
The 2.x branch was setted as recomended.
I think that this approach will be more in demand.
Comment #9
yaremchuk commented