********************* Content: User Account ********************* **User Account** is displayed as a tab. - It displays data related to the user account, - The user can be redirected to their online profile, - The user can reset its password, - The user can log out. Customization ============= You can choose if the panel offers a close button. .. code:: csharp public bool shouldDisplayCloseButton; public event Action UserAccountDidClose; You are warned if the user logs out .. code:: csharp public event Action UserDidLogOut; Duality with the Login Banner ============================= The **User Account** is meant to be used as a counterpart of the **Login Banner**. Typical scenario: * Start the game with the **Login Banner**, * When the user is logged in and clicks the banner, remove the **Login Banner** and show the **User Account** with the close button, * When the user clicks on the close button, remove the **User Account** and show the **Login Banner**. Skin ==== ================ ====================================== ====================================== **Display Mode** **Default Asmodee.net skin** **Custom version** ================ ====================================== ====================================== **Regular** .. image:: ../Images/useraccount_1.jpg .. image:: ../Images/useraccount_3.jpg **Small** .. image:: ../Images/useraccount_2.jpg .. image:: ../Images/useraccount_4.jpg ================ ====================================== ======================================