Difference between revisions of "CompostUs/Auth"
Umar Sheikh (talk | contribs) |
Umar Sheikh (talk | contribs) |
||
Line 13: | Line 13: | ||
== Steps to get to [[DoneDone]] == | == Steps to get to [[DoneDone]] == | ||
− | * stage a new branch compostUsAuth | + | * <s>stage a new branch compostUsAuth</s>brnachname: compostUsAuth |
− | * understand the task | + | * <s>understand the task</s> |
− | * Write a controller login controller with methods | + | * Write a controller login controller with methods processLogin, addNewAccount,addNewAccountMailPassword,mailPassword, just as in the SpecialUserLogin file. Names are kept same for easier mapping, which seems more important than readability |
+ | |||
* Update auth to save the sessions in the memcache. | * Update auth to save the sessions in the memcache. | ||
Revision as of 10:45, 14 February 2008
What (summary)
Create CompostUs login functionality that duplicates that we have on the mediawiki side.
Why this is important
Its a vital step to move to our CompostFrontEnd
DoneDone
- The MediaWiki authentication system is implemented in compost
- Have a auth system in Compost that stores the user sessions in the memcache.
Steps to get to DoneDone
-
stage a new branch compostUsAuthbrnachname: compostUsAuth -
understand the task - Write a controller login controller with methods processLogin, addNewAccount,addNewAccountMailPassword,mailPassword, just as in the SpecialUserLogin file. Names are kept same for easier mapping, which seems more important than readability
- Update auth to save the sessions in the memcache.