try to make register work
darcs-hash:20080517162932-84dde-f087458cd090cc24d032a5d5e45ef1e13eb8be9d.gz
This commit is contained in:
parent
a5b660a468
commit
481dfb47a4
|
@ -22,7 +22,7 @@ if (!defined('LACONICA')) { exit(1); }
|
||||||
class RegisterAction extends Action {
|
class RegisterAction extends Action {
|
||||||
|
|
||||||
function handle($args) {
|
function handle($args) {
|
||||||
parent::handle($args);
|
parent::handle($this, $args);
|
||||||
|
|
||||||
if (common_logged_in()) {
|
if (common_logged_in()) {
|
||||||
common_user_error(_t('Already logged in.'));
|
common_user_error(_t('Already logged in.'));
|
||||||
|
|
1
doc/TODO
1
doc/TODO
|
@ -29,6 +29,7 @@
|
||||||
- default avatar
|
- default avatar
|
||||||
- default HTML type
|
- default HTML type
|
||||||
- set Content-Type
|
- set Content-Type
|
||||||
|
- show current values in profile settings
|
||||||
- require valid nicknames
|
- require valid nicknames
|
||||||
- store canonical username for comparison and fetch
|
- store canonical username for comparison and fetch
|
||||||
- use only canonical usernames
|
- use only canonical usernames
|
||||||
|
|
Loading…
Reference in New Issue
Block a user