Difference between revisions of "LOGIN"
| Line 1: | Line 1: | ||
{{MetaClassInfoBox | {{MetaClassInfoBox | ||
| − | | title = | + | | title = Login |
| name = {{PAGENAME}} | | name = {{PAGENAME}} | ||
| internalname = SystemObjects.{{PAGENAME}} | | internalname = SystemObjects.{{PAGENAME}} | ||
| − | | namespace = System. | + | | namespace = System.Main.User |
| image = [[File:SY_{{PAGENAME}}.png|220px]] | | image = [[File:SY_{{PAGENAME}}.png|220px]] | ||
| − | | imagecaption = | + | | imagecaption = Login |
| − | | purpose = | + | | purpose = Manage logins |
| version = 2+ | | version = 2+ | ||
| typestring = UBIK.Kernel.MetaClass | | typestring = UBIK.Kernel.MetaClass | ||
| − | | runtimetype = UBIK. | + | | runtimetype = UBIK.Kernel.Login |
}} | }} | ||
== Own Properties == | == Own Properties == | ||
Revision as of 11:35, 23 March 2015
| Name | LOGIN |
|---|---|
| Namespace | System.Main.User |
| Internal Name | SystemObjects.LOGIN |
| TypeString | UBIK.Kernel.MetaClass |
| RuntimeType | UBIK.Kernel.Login |
| Purpose | Manage logins |
| Version | 2+ |
Own Properties
| Name | Data type | Comment |
|---|---|---|
| Adminitrator rights (ADMINRIGHTS) | Boolean | True for admin users |
| Consumer (CONSUMER) | Guid | Link to consumer object |
| Login name (LOGINNAME) | Text | Login name |
| Password (PASSWORD) | Encrypted Text | Password |
| Password hashvalue (PASSWORDHASH) | Integer | Hashcode of password |
