Last modified on 5 May 2025, at 15:30

Difference between revisions of "LOGIN"

(Created page with "{{MetaClassInfoBox | title = title | name = {{PAGENAME}} | internalname = SystemObjects.{{PAGENAME}} | namespace = System.namespace | image = [[File:SY_{{PAGENAME}}.png|220px]...")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{MetaClassInfoBox
 
{{MetaClassInfoBox
| title = title
+
| title = Login
 
| name = {{PAGENAME}}
 
| name = {{PAGENAME}}
 
| internalname = SystemObjects.{{PAGENAME}}
 
| internalname = SystemObjects.{{PAGENAME}}
| namespace = System.namespace
+
| namespace = System.Main.User
 
| image = [[File:SY_{{PAGENAME}}.png|220px]]
 
| image = [[File:SY_{{PAGENAME}}.png|220px]]
| imagecaption = imagecaption
+
| imagecaption = Login
| purpose = purpose
+
| purpose = Manage logins
 
| version = 2+
 
| version = 2+
 
| typestring = UBIK.Kernel.MetaClass
 
| typestring = UBIK.Kernel.MetaClass
| runtimetype = UBIK.Content.ACM.ApplicationContext
+
| runtimetype = UBIK.Kernel.Login
 
}}
 
}}
 
== Own Properties ==
 
== Own Properties ==
Line 16: Line 16:
 
! width=30% | Name !! width=20% | Data type !! Comment
 
! width=30% | Name !! width=20% | Data type !! Comment
 
|-
 
|-
| '''Adminitrator rights''' (ADMINRIGHTS) || {{Boolean}} || comment
+
| '''Adminitrator rights''' (ADMINRIGHTS) || {{Boolean}} || True for admin users
 
|-
 
|-
| '''Consumer''' (CONSUMER) || {{Guid}} || comment
+
| '''Consumer''' (CONSUMER) || {{Guid}} || Link to [[CONSUMER|consumer]] object
 
|-
 
|-
| '''Login name''' (LOGINNAME) || {{Text}} || comment
+
| '''Login name''' (LOGINNAME) || {{Text}} || Login name
 
|-
 
|-
| '''Password''' (PASSWORD) || {{Encrypted Text}} || comment
+
| '''Password''' (PASSWORD) || {{Encrypted Text}} || Password
 
|-
 
|-
| '''Password hashvalue''' (PASSWORDHASH) || {{Integer}} || comment
+
| '''Password hashvalue''' (PASSWORDHASH) || {{Integer}} || Hashcode of password
 
|}
 
|}
  
 
==See also==
 
==See also==
*  
+
* [[User_Groups_and_Rights]]
 +
* [[HowTo:Configure_Users_and_User_Rights]]
 +
* [[USERGROUP]]
 +
* [[CONSUMER]]
  
[[Category:Metaclasses]]
+
[[Category:Metaclasses|LOGIN]]

Latest revision as of 15:30, 5 May 2025

IC METACLASS.gif Login
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

See also