Skip to content
  • Daniel Dehennin's avatar
    feat(setup): new rake task to create users without question · 47122a24
    Daniel Dehennin authored
    The default “rake admin:create” ask question, this one takes arguments
    from the command line:
    
    - email
    - password, can be empty to generate a random one
    - enabled, can be True/False to make user active or not
    - admin, can be True/False to make user admin or not
    47122a24