Login System Pro
  • Welcome To Login System Pro
  • Getting Started
    • Introduce
    • PHP & SQL
    • Setup Unreal Database
    • Mail SMTP
  • Tutorial
    • Show All Function
    • On Completed Delegate
    • Utils
      • Login
      • Register
      • Bind to force logout
      • Force Login
      • Change Password
      • Set User Verify
      • Generate Error Code
    • Validation
      • Generate Captcha
      • Is Valid Email
      • Validate String against Enum
      • Is String Length Valid
      • Is User Email Verify
    • Variable
      • Get User is Ban
      • Get User Admin Status
      • Check Is Login
      • Get Users Item
      • Get Store Current Username
    • Users
    • User Data
      • Insert User
      • Get User Data
      • Save User Data Batch
      • Save User Data
      • Set User Admin Status
      • Delete User
    • Saving
    • Mail
      • Request Password Reset
      • Resend Verify Email
      • Send Mail to User
    • LogOut
    • Clipboard
    • Ban
      • Ban User
      • Set Ban Reason
      • Get User Ban Reason
  • Extra
    • In Dev Tips
  • Other
    • Integrate With Discord Login Pro
    • Discord
Powered by GitBook
On this page
  • Load Saved Login Data
  • Output
  • Game.ini
  • Save Username Or Email
  • Input Type
  • Save Password
  • Input Type
  1. Tutorial

Saving

PreviousDelete UserNextMail

Last updated 7 months ago

Load Saved Login Data

Output

  • Out Saved Username Or Email - use login infomation

  • Out Saved Password - all is using string to save , not hash , because hash is only encode cant decode

Game.ini

Will Save in "Game.ini" , example like

[/Script/LoginSystemPro.LoginSystemProSubsystem]
SavedPassword=test12
LastUsernameOrEmail=test

Save Username Or Email

Input Type

  • Username or Email - Input with login infomation

  • Remember - if true will save in Game.ini , if false will clear ini

Save Password

Input Type

  • Password - Will save in string , not hash , hash cant decode

  • Remember - if true will save in Game.ini , if false will clear ini