简体   繁体   中英

Whats is the default password for an application created with railsapps

What's the initial password for the "user@example.com" of a "railsapps" application?

noname_development=# select * from users;
 id |      email       |                      encrypted_password                      | reset_password_token | reset_password_sent_at | remember_created_at |         created_at         |         updated_at         | name | confirmation_token |       confirmed_at        | confirmation_sent_at | unconfirmed_email | role | invitation_token | invitation_created_at | invitation_sent_at | invitation_accepted_at | invitation_limit | invited_by_type | invited_by_id | invitations_count 
----+------------------+--------------------------------------------------------------+----------------------+------------------------+---------------------+----------------------------+----------------------------+------+--------------------+---------------------------+----------------------+-------------------+------+------------------+-----------------------+--------------------+------------------------+------------------+-----------------+---------------+-------------------
  1 | user@example.com | $2a$11$BUd5P4WM0fbjykUwhaIW/.tBCM1b0a2fI3UWMUYAhxGICW59YExbm |                      |                        |                     | 2019-01-16 19:39:17.371911 | 2019-01-16 19:39:17.382413 |      |                    | 2019-01-16 19:39:17.37032 |                      |                   |    2 |                  |                       |                    |                        |                  |                 |               |                 0
(1 row)

The default password for any RailsApp example application for "user@example.com" is "changeme". This is documented in the README file for any of the RailsApp example applications.

您是否尝试过使用“密码”?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM