Difference between revisions of "CompostUs/Auth"
Arif Iqbal (talk | contribs) |
Umar Sheikh (talk | contribs) |
||
| Line 12: | Line 12: | ||
== Steps to get to [[DoneDone]] == | == Steps to get to [[DoneDone]] == | ||
| + | * understand the task | ||
* Write a controller login controller with methods auth | * Write a controller login controller with methods auth | ||
* Update auth to save the sessions in the memcache. | * Update auth to save the sessions in the memcache. | ||
Revision as of 09:56, 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
Steps to get to DoneDone
- understand the task
- Write a controller login controller with methods auth
- Update auth to save the sessions in the memcache.

