如何更改 activeadmin 的默认 admin_user/pass?
我知道这是一个非常简单的问题,但我不知道在哪里更改活动管理员在初始安装时为您提供的登录名/密码。
I know this is a pretty simple question but I can't figure out where to change the login/pass that active admin gives you upon initial installation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它位于 lib/generators/active_admin/devise/devise_generator.rb 中。如果您已经运行过这些,请在
db/migrate/
中查找devise
迁移。默认的“密码”应该在那里。It's in
lib/generators/active_admin/devise/devise_generator.rb
. If you've already run these, then look indb/migrate/
for thedevise
migration. The default of "password" should be in there.为此,请搜索您的迁移目录。
它将具有默认的用户名和密码。
PS.. 程序员记事本是一个很棒的 Windows 编辑 ruby 工具。不,我没有库存。 :)
do a search of your migration directory for this.
It will have the default username and password.
PS.. Programmers notepad is a great windows tool for editing ruby. No I don't have stock in it. :)