mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 14:35:52 +03:00
[GH-ISSUE #313] Password Reset and Other User #229
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#229
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 runshiori 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.
@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
@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.
@kalifun commented on GitHub (Feb 11, 2022):
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
@fmartingr commented on GitHub (Feb 11, 2022):
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.