【问题标题】:Whats is the default password for an application created with railsapps什么是使用 railsapps 创建的应用程序的默认密码
【发布时间】:2019-01-17 14:08:40
【问题描述】:

“railsapps”应用程序的“user@example.com”的初始密码是什么?

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)

【问题讨论】:

    标签: railsapps


    【解决方案1】:

    “user@example.com”的任何 RailsApp 示例应用程序的默认密码是“changeme”。这记录在任何 RailsApp 示例应用程序的 README 文件中。

    【讨论】:

      【解决方案2】:

      你试过“密码”吗?

      【讨论】:

      • 想一想,我的同事可能已经改变了它
      猜你喜欢
      • 2020-09-27
      • 2016-05-08
      • 2016-11-02
      • 2015-01-22
      • 2017-04-28
      • 2016-12-19
      • 2016-02-08
      • 2018-03-19
      • 2021-04-13
      相关资源
      最近更新 更多