Skip to content

Setup instruction (1.7a)

PlanetCloud edited this page Jun 3, 2020 · 6 revisions

Version 1.7a (Alpha)

NOTE: This version is lost. Corrupted HDD caused the files to become unreadable. Please use other versions instead.

What has changed since (1.6r)?

Quite a lot :

  • Cool new Login and Signup flow (Close to Google's login flow)
  • API's
  • Account selector and Login rememberer
  • MithrilJS Powered (Front End) and FirePower Powered (Backend)
  • Admin Panel to see recent signups and logins, analytics, etc. (Password is not logged)
  • Fully MVC system
  • Modular system so Plugins, etc. can be injected easily.
  • Custom Captcha from reCaptcha
  • Support almost any language with TranslateAPI
  • Custom Error pages for signup and many more.

Requirements

  • PHP Version >= 7.2

NOTICE

This is a private version of LOGGED and only can be accessed if you are connected to our network

Installation (Quick)

  1. Get the files here or contact support to get the files
  2. Edit the file /sys-auth/app/config.php and /sys-auth/admin/app/config.php
  3. Upload the all file to your server
  4. Navigate to http://your_domain/auth/login to test the login. (You will be redirected to http://your_domain/auth/login/identifier if this is your first time opening the login page.
  5. Navigate to http://your_domain/auth/admin to access the admin panel. The default username is admin and the password is generated during install.

Notes

  • If you got locked out of the Admin panel, use the "Master Password" generated upon installation to regain access. (2FA needs to be enabled in order to use the Master Password.)

Screenshots

Login page - Account selector Login page - username Login page - password Login page - random username Login page - invalid username Admin Dashboard : -- PRIVATE --