Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 1.99 KB

README.md

File metadata and controls

81 lines (62 loc) · 1.99 KB

bear-app

SCREENSHOT.png

Framework, Library

Backend

Frontend

Form sample

Demo

http://localhost/admin/login

graph TD;
  Login-->Index;
  Index-->Settings/Index;
  Settings/Index-->Settings/Emails;
  Settings/Emails-->EmailVerify;
  Settings/Index-->Settings/Password;
  Login-->ForgotPassword;
  ForgotPassword-->CodeVerify;
  CodeVerify-->ResetPassword;
  Login-->Join;
  Join-->CodeVerify;
  CodeVerify-->SignUp;
  Index-->PasswordLock;
  PasswordLock-->Markup;
Loading

Features

  • ID & password login
  • Remember me
  • Reset password
  • Create account
  • Delete account
  • Email (immediately or schedule)
  • Flash message

Security

  • Google reCAPTCHA v2
  • Account lock after consecutive failures
  • Password confirm when important page visit
  • Email notification after password change
  • Email authentication
  • Email notification when add email address
  • Throttling
  • Ban common passwords

Authorization

  • control with resource & permission

Command

  • Import bad passwords
  • Send scheduled email