[GH-ISSUE #313] Password Reset and Other User #229

Closed
opened 2026-02-25 23:33:45 +03:00 by kerem · 4 comments
Owner

Originally created by @nnl450 on GitHub (Aug 8, 2021).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/313

Shiori does not recognize when to add another user, giving FATA[0000] unknown command "account" for "shiori" when I run shiori account add <account name>. I managed to forget my password and want a way of resetting it, or at least wiping the old account and starting over. How can I do this, or do I need to remove the binary? I installed using a direct binary installation with Go, go get -u -v github.com/go-shiori/shiori.

I am running this program on Arch Linux as well.

Originally created by @nnl450 on GitHub (Aug 8, 2021). Original GitHub issue: https://github.com/go-shiori/shiori/issues/313 Shiori does not recognize when to add another user, giving `FATA[0000] unknown command "account" for "shiori"` when I run `shiori account add <account name>.` I managed to forget my password and want a way of resetting it, or at least wiping the old account and starting over. How can I do this, or do I need to remove the binary? I installed using a direct binary installation with Go, `go get -u -v github.com/go-shiori/shiori.` I am running this program on Arch Linux as well.
kerem 2026-02-25 23:33:45 +03:00
Author
Owner

@kalifun commented on GitHub (Sep 10, 2021):

❯ go run main.go
Simple command-line bookmark manager built with Go

Usage:
shiori [command]

Available Commands:
add Bookmark the specified URL
check Find bookmarked sites that no longer exists on the internet
delete Delete the saved bookmarks
export Export bookmarks into HTML file in Netscape Bookmark format
help Help about any command
import Import bookmarks from HTML file in Netscape Bookmark format
open Open the saved bookmarks
pocket Import bookmarks from Pocket's exported HTML file
print Print the saved bookmarks
serve Serve web interface for managing bookmarks
update Update the saved bookmarks

Flags:
-h, --help help for shiori
--portable run shiori in portable mode

Use "shiori [command] --help" for more information about a command.

Does not provide account operation

<!-- gh-comment-id:916819061 --> @kalifun commented on GitHub (Sep 10, 2021): ❯ go run main.go Simple command-line bookmark manager built with Go Usage: shiori [command] Available Commands: add Bookmark the specified URL check Find bookmarked sites that no longer exists on the internet delete Delete the saved bookmarks export Export bookmarks into HTML file in Netscape Bookmark format help Help about any command import Import bookmarks from HTML file in Netscape Bookmark format open Open the saved bookmarks pocket Import bookmarks from Pocket's exported HTML file print Print the saved bookmarks serve Serve web interface for managing bookmarks update Update the saved bookmarks Flags: -h, --help help for shiori --portable run shiori in portable mode Use "shiori [command] --help" for more information about a command. Does not provide account operation
Author
Owner

@fmartingr commented on GitHub (Feb 10, 2022):

Can you point me to where have you found information about this command? I can't find it on the wiki.

<!-- gh-comment-id:1035527378 --> @fmartingr commented on GitHub (Feb 10, 2022): Can you point me to where have you found information about this command? I can't find it on the wiki.
Author
Owner

@kalifun commented on GitHub (Feb 11, 2022):

Can you point me to where have you found information about this command? I can't find it on the wiki.

Code preset accounts
1.The command line terminal does not support adding new accounts
2.You need to configure it in conjunction with the ui plugin

<!-- gh-comment-id:1035762663 --> @kalifun commented on GitHub (Feb 11, 2022): > Can you point me to where have you found information about this command? I can't find it on the wiki. [Code preset accounts](https://github.com/kalifun/shiori/blob/1a1455b22c850d57b9a5b98cc83336b7d80e6f63/internal/webserver/handler-api.go#L77-L83) 1.The command line terminal does not support adding new accounts 2.You need to configure it in conjunction with the [ui plugin](https://github.com/go-shiori/shiori-web-ext)
Author
Owner

@fmartingr commented on GitHub (Feb 11, 2022):

1.The command line terminal does not support adding new accounts.

No, it does not at the moment. If you want that please open a Feature Request with your proposal at the feature request discussion board so it can be defined and the community can comment and vote on it.

Thank you for your input.

<!-- gh-comment-id:1036244552 --> @fmartingr commented on GitHub (Feb 11, 2022): > 1.The command line terminal does not support adding new accounts. No, it does not at the moment. If you want that please open a Feature Request with your proposal at the [feature request discussion board](https://github.com/go-shiori/shiori/discussions/categories/feature-requests) so it can be defined and the community can comment and vote on it. Thank you for your input.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#229
No description provided.