Replies: 4 comments 2 replies
-
Could try opening the database file in some editor. I’d make a copy of it
first and mess with the copy.
*Michael Chambers - Ohio Radio Scanner Network*
Founder/Manager/Support
***@***.**** ***@***.***>
…On Sat, Jan 20, 2024 at 12:50 PM MOOKBUFU ***@***.***> wrote:
I’m certain there must be a way to recover my idiotic forgotten admin
password- if anyone has some direction for such it would be greatly
appreciated
—
Reply to this email directly, view it on GitHub
<#413>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5WEM7MEYLXKQVSD2RJEGPLYPP7XZAVCNFSM6AAAAABCDK56UOVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGEYDANBSGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I know this is an old thread, but here's how you can reset a lost admin password. |
Beta Was this translation helpful? Give feedback.
-
Another way is to use the command line option listed in the pdf document
supplied with the release versions. Stop the program and restart with the
password change option and the new password . I don’t have that document in
front of me now to list the command.
~Bob
…On Sat, Mar 30, 2024 at 01:16 Justin Crawford ***@***.***> wrote:
I know this is an old thread, but here's how you can reset a lost admin
password.
You'll need to stop rdio-scanner while you do this.
Normal warning that you should backup the database before you go messing
with it.
You'll need sqlite installed on your machine. For Ubuntu:
sudo apt-get install sqlite
Then you can run
sqlite3 rdio-scanner.db
In sqlite, update the admin password to blank, which resets it back to the
default:
update rdioScannerConfigs set val='' where key='adminpassword'
Then exit sqlite:
.exit
Start rdio-scanner back up, and you can log in with the default password.
—
Reply to this email directly, view it on GitHub
<#413 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIOUEOG3ZRTRPBTNGYKSLETY2ZDC3AVCNFSM6AAAAABCDK56UOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSNJXGQYTK>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Always good to have a backup method! LOL!
~Bob
…On Sat, Mar 30, 2024 at 3:08 PM Justin Crawford ***@***.***> wrote:
So, RTFM... I should have started there. LOL!
Here's the excerpt from the docs:
***@***.*** rdio-scanner]$ ./rdio-scanner -h
Usage of ./rdio-scanner:
-admin_password string
change admin password
—
Reply to this email directly, view it on GitHub
<#413 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIOUEOHVAL6QFSL7JZEI7UTY24ERBAVCNFSM6AAAAABCDK56UOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSNRRGA2DS>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I’m certain there must be a way to recover my idiotic forgotten admin password- if anyone has some direction for such it would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions