DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
UI should be implemented using pluggable UI framework, for it's able to be dsiabled when needs
...
...
mysql> describe ucs_manager;
+------------------------------------------+---------------+
| Field | Type | Null | Key | Default | Extra |
+------------------------------------------+---------------+
| id | bigint(20) unsigned | NO | PRI | NULL | auto_increment |
| uuid | varchar(40) | YES | UNI | NULL | |
| zone_id | bigint(20) unsigned | NO | | NULL | |
| name | varchar(128) | YES | | NULL | |
| url | varchar(255) | NO | | NULL | |
| username | varchar(255) | NO | | NULL | |
| password | varchar(255) | NO | | NULL | |
+------------------------------------------+---------------+
...