Closed (fixed)
Project:
Automatic User Names
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2011 at 08:32 UTC
Updated:
29 Jun 2013 at 03:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
glennnz commentedI've had a first go at upgrading this to D7
It doesn't work yet, I can't figure out what to do with lines 222 and 223:
token_get_values() and token_prepare_tokens() don't exist any more.
If these two problems are solved, I think it;'s pretty close, does anyone have any ideas for this?
Cheers
Glenn
Comment #2
glennnz commentedBump...
Comment #3
geerlingguy commentedSubs.
Comment #4
dave reidI think you also may want to take a look at the Realname module for Drupal 7 which was rewritten to use the Token API.
Comment #5
mrbrookman commentedAny update on this? I need a solution. The Realname module won't work because I need to create the username automatically.
Comment #6
glennnz commentedI don't have time to continue with this at the moment, can someone else work on it?
Thanks
Comment #7
Taxoman commentedHow about putting up a request for more maintainers on the project page?
Comment #8
tonycpsu commentedSubscribing.
Comment #9
Aldus commentedI could try to port the module to D7 in the spare time and take the manteinance for it.
Comment #10
mgiffordThanks for stepping up to the plate @Aldus
Any progress?
Comment #11
cesareaugusto commentedAny progress?
Comment #12
nouriassafi commentedOkay I started work on this module. Give me a couple of days please.
Comment #13
nouriassafi commentedHere is the Drupal 7 port of Auto Username:
http://drupal.org/sandbox/nouriassafi/1564376
Feedback is more than welcome!
Many thanks.
Comment #14
cesareaugusto commentedwould it be possible to release it as a standard dev in the module page?
Comment #15
bryancasler commentedThere might be a duplication of efforts here...
http://drupal.org/project/realname_registration
I've been using this module successfully since September. Updating it last week however did create a critical problem #1566418: Does not support legacy profile module from D6 to D7 upgrade
Comment #16
nouriassafi commentedComment #17
alexkb commentedI've just checked out the realname_registration module, and it does indeed look like a duplication of efforts. The main difference I guess, is that realname_registration is more user friendly, but less flexible, whilst auto_username is more flexible with its support of tokens and an api hook.
Whatever the case, I've now added a link to realname_registration to the auto_username project page with a bit of an explanation too.