Jump to: navigation, search

Difference between revisions of "LOGIN"


 
(One intermediate revision 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 28: Line 28:
  
 
==See also==
 
==See also==
 +
* [[User_Groups_and_Rights]]
 +
* [[HowTo:Configure_Users_and_User_Rights]]
 +
* [[USERGROUP]]
 
* [[CONSUMER]]
 
* [[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