Sha256: af300b55068e5008474a2da31c524c0d5663a6d422fca789472d0170ba9b8986

Contents?: true

Size: 319 Bytes

Versions: 1

Compression:

Stored size: 319 Bytes

Contents

You can now configure your users in

  config/humpyard_users.yml

The format is

username: sha1_password

You can create passwords on the console using

  require 'digest/sha1'
  Digest::SHA1.hexdigest(password)
  
where password is the desired password.

The password for "admin" in the example yml file is "humpyard".

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
humpyard-0.0.1 lib/generators/humpyard/auth/templates/simple/README