Skip to content

apple-x-co/bear-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages