如何更改 activeadmin 的默认 admin_user/pass?

发布于 2024-12-11 05:49:37 字数 55 浏览 0 评论 0原文

我知道这是一个非常简单的问题,但我不知道在哪里更改活动管理员在初始安装时为您提供的登录名/密码。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

丑疤怪 2024-12-18 05:49:37

它位于 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 in db/migrate/ for the devise migration. The default of "password" should be in there.

雨落□心尘 2024-12-18 05:49:37

为此,请搜索您的迁移目录。

AdminUser.create!(:email =>

它将具有默认的用户名和密码。

PS.. 程序员记事本是一个很棒的 Windows 编辑 ruby​​ 工具。不,我没有库存。 :)

do a search of your migration directory for this.

AdminUser.create!(:email =>

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. :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文