重置 Bookstack 憑據 (Reset Bookstack Credentials)


問題描述

重置 Bookstack 憑據 (Reset Bookstack Credentials)

我已經從 https://www.bookstackapp.com/docs/ 成功安裝了 Bookstack admin/installation/ 並且在註銷一個小時並重新登錄後,它不允許我這樣做。重置密碼選項也不起作用。我在 phpMyAdmin 中也使用 MD5 更改了密碼,並確保電子郵件和角色正確。無論我怎麼想,我都無法登錄或重置密碼才能工作。有任何想法嗎?根本找不到對此的支持,他們只有 GitHub https://github.com/BookStackApp/BookStack。瀏覽了 GitHub 文件並獲得了提到的重置密碼。


參考解法

方法 1:

This can be accomplished via the CLI. From the CLI, navigate to your web directory (usually something along the lines of /var/www/bookstack) and execute the following command

php artisan bookstack:create‑admin

The prompts will allow you to fill in the data for the new admin user. Logging in with that user, you should be able to reset the password for your original account.

You will not be able to use the same email (and I do not believe that it does any thorough checking of the email, so a phony one should suffice).

From: https://www.bookstackapp.com/docs/admin/commands/

方法 2:

after connect book stack to ldap, i can't login with out any user exclude of ldap users, and all of them is a normal user,

create a new admin with command is also not work for me.

then i connect to mariadb and change role_user of my user to 1 and login with ldap password, then i am admin now.

(by Web GeeksJ KileyAmirio)

參考文件

  1. Reset Bookstack Credentials (CC BY‑SA 2.5/3.0/4.0)

#login #reset #passwords






相關問題

只允許 oracle db 登錄到特定的應用程序? (Allowing oracle db login only to specific application?)

使用 FB.login 的註冊流程 (Registration flow using FB.login)

asp.net c# sistem login (asp.net c# login system)

Rails 設計登錄不工作 (Rails devise sign in not working)

我在 cakephp 2.4 中遇到了登錄頁面 (I'm getting stuck with login page in cakephp 2.4)

如何刪除特定用戶的會話登錄 (How to remove session login for specific user)

有沒有標準的asp.net認證授權登錄系統? (Is there a standard asp.net authentication authorization login system?)

所有這些網絡平台如何實現不需要用戶反复登錄的長時間登錄會話? (How do all these web platforms achieve a long-time login session that does not require the user to login over and over again?)

Util-Linux 登錄不使用影子密碼 (Util-Linux Login not working with shadow password)

Android Webview Facebook 登錄 (Android Webview Facebook Login)

重置 Bookstack 憑據 (Reset Bookstack Credentials)

輸入正確的詳細信息且未顯示錯誤後,登錄頁面未重定向到 index.php (Login in page not redirecting to index.php after entering correct details with no error displayed)







留言討論