Component:LoginDialog

From Resonite Wiki
This is a userspace component — you cannot attach it anywhere but the userspace. Messing with the userspace can be fun, but it is not recommended as you risk messing your dash up if you don't know what you're doing.
Component image 
File:LoginDialogComponent.png
Login Dialog component as seen in the Scene Inspector

The LoginDialog component

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
RegisterOnly Bool
_interactionEnabled Bool
_swapRegion SlideSwapRegion
_username TextField
_email TextField
_emailRepeat TextField
_password TextField
_passwordRepeat TextField
_recoveryCode TextField
_birthMonth IntTextEditorParser
_birthDay IntTextEditorParser
_birthYear IntTextEditorParser
_rememberLogin Checkbox
_resetUserId Checkbox
_policies Checkbox
_registerButton Button
_loginEmail String

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
OnPolicesClick:ButtonEventHandler ButtonEventHandler Called when the polices button is touched.
DoLogin:ButtonEventHandler ButtonEventHandler Called when the login button is touched.
DoLoginSaml2:ButtonEventHandler ButtonEventHandler Called when the login via saml2 button is touched.
DoLoginSaml2:ButtonEventHandler`1<String> ButtonEventHandler`1<String> Called when the login via saml2 button is touched.
DoRegister:ButtonEventHandler ButtonEventHandler Called when the register button is touched.
DoRegisterReserved:ButtonEventHandler ButtonEventHandler Called when the register reserve claim button is touched.
RequestRecoveryCode:ButtonEventHandler ButtonEventHandler Called when the request recovery code button is touched.
DoResetPassword:ButtonEventHandler ButtonEventHandler Called when the reset password button is touched.
OnCancelRegister:ButtonEventHandler ButtonEventHandler Called when the cancel register button is touched.
OpenLogin:ButtonEventHandler ButtonEventHandler Called when the open login button is touched.
OpenRegister:ButtonEventHandler ButtonEventHandler Called when the open register button is touched.
OpenLostPassword:ButtonEventHandler ButtonEventHandler Called when the open lost password button is touched.
OnOpenMigration:ButtonEventHandler ButtonEventHandler Called when the open migration button is touched.
OnDeclineMigration:ButtonEventHandler ButtonEventHandler Called when the decline migration button is touched.

Usage

Not used directly by the user. Used in the dash.

Examples

used in dash login.

See Also