+ save profile URL in profilesettings
+ save profile URL on registration
- require valid nicknames
+- reject empty notices
- store canonical username for comparison and fetch
- use only canonical usernames
- use only canonical email addresses
$attrs['value'] = htmlspecialchars($value);
}
common_element('input', $attrs);
- comon_element_end('p');
+ common_element_end('p');
}
function common_password($id, $label) {
'type' => 'password',
'id' => $id);
common_element('input', $attrs);
- comon_element_end('p');
+ common_element_end('p');
}
function common_submit($id, $label) {
'id' => $id,
'name' => $id,
'value' => $label));
- comon_element_end('p');
+ common_element_end('p');
}
# salted, hashed passwords are stored in the DB