aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/users.py
Commit message (Collapse)AuthorAgeFilesLines
* Make gmg's -cf option a global optionElrond2011-10-231-4/+0
| | | | | | | | | All gmg's subcommands used to have a -cf option to set the config file. Instead make this a gmg global option. This means: bin/gmg migrate -cf mediagoblin_2.ini gets bin/gmg -cf mediagoblin_2.ini migrate
* Refactor gmg's cf option into a functionElrond2011-10-231-9/+4
| | | | | | | Many (all?) gmg subcommands take a -cf option to change the used config file. This options used to be created in each subcommand's parse_setup. Add a helper function and use it around.
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Adds license headerWill Kahn-Greene2011-07-301-0/+16
|
* Slightly clearer message about email marked as verified w/ adduser gmg commandChristopher Allan Webber2011-06-221-1/+1
|
* Setting status to active when adding users with ./bin/gmg adduserChristopher Allan Webber2011-06-221-0/+1
|
* Making arguments positional and removing the "usage" functionsChristopher Allan Webber2011-06-221-76/+41
| | | | | | All these arguments were required and might as well be positional thusly. If you don't provide all required positional arguments, argparser will correct you and request usage.
* Adding new function to gmg_commands, adduser,makeadmin and changepw issue 373Alejandro Villanueva2011-06-221-0/+128