mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-26 01:34:09 -04:00
Adding UI for site language selection and user language preference.
This commit is contained in:
@@ -24,7 +24,8 @@ class User_Model extends ORM {
|
||||
"name" => "required|length[1,32]",
|
||||
"full_name" => "length[0,255]",
|
||||
"email" => "valid_email|length[1,255]",
|
||||
"password" => "required|length[1,40]");
|
||||
"password" => "required|length[1,40]",
|
||||
"locale" => "length[2,10]");
|
||||
|
||||
public function __set($column, $value) {
|
||||
switch ($column) {
|
||||
|
||||
Reference in New Issue
Block a user