Giter Site home page Giter Site logo

firstfire_login_skeleton's Introduction

FirstFire Consulting LTD - Login

What does this do

  • using symfony as a framework, allow for the following USER features
    • sign up w/Email
    • sign in
    • sign out
    • reset/forget password, by sending user an email.
  • Use Bootstrap 5.3.1 (as of 2023-07-31)
  • Uses EasyAdmin controller, to manage:
    • USER entries

UI/UX

  • Using bootstrap 5.3.1 (as of 2023-07-31)
  • Nav menu
    • Logged in, you see one set of menus
      • As an admin, you see additional menus
    • Logged out
      • you can reset password
      • you can sign up (disable, by removing entries to the registration route)

TODOs:

  • EasyAdmin::UserCrudController
    • User CRUD crontroller
      • needs to detail view
      • manage roles
        • Only Super User, and revoke and appoint admins
        • Other Admins are not able to do so (avoid chaos, rogue)
    • Extend to manage roles
      • SuperUser can add/remove admins
        • invite new user. Trigger a new user's email invite.
        • RESET password from ADMIN, will get user to reset email.

Requirements:

  • Mysql
  • PHP 8.2
  • Symfony 6.4-dev

SETUP:

Initial:

  • DB setup, MYSQL required.
$> php bin/console doctrine:migration:migrate
$> php bin/console doctrine:fixtures:load

Running:

Async workers, needs to be running in the background.

  • Manual:
$> php bin/console messenger:consume async
# every minute -- cron will not start a new instance until this one closes
* * * * * php bin/console messenger:consume async

# Remove expired password requests
@daily php bin/console reset-password:remove-expired

firstfire_login_skeleton's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.