Synology, 2 factor authentication

hello all,

straight to the problem i am having.

i have TT RSS in my synology. I have admin access.
I activated 2 factor authentication.
My phone was lost.
I know my password, but I cannot login without a temporary password.
How can i get access to my TT RSS (I have a big collection) ?

Please let me know if you need any further information.

Thank you in advance!

  1. read the rules & stickies before posting in support
  2. you can reset your password via email
  3. alternatively you can reset your password via SQL i.e.
UPDATE ttrss_users 
    SET pwd_hash = 'SHA1:5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8', 
        salt = '', otp_enabled = false
    WHERE login = 'you'

would reset it back to default ‘password’

Thank you for your reply!

  1. This will not work as email used long time ago is dead.
  2. I know my admin password. Will this “reset” also remove temporary passwords requirement?

Thank you for helping?

ah right you know the password, then you can simply disable OTP via SQL:

UPDATE ttrss_users SET otp_enabled = false WHERE login = 'you'

e: since this question pops up from time to time, i’ve added a FAQ entry:

https://git.tt-rss.org/fox/tt-rss/wiki/FAQ#i-managed-to-lock-myself-out-of-tt-rss