Accounts on webpage login/paswword not match
  • Hello All,

    The radio working since 2 month fine and webpage too.

    2 days ago the 2 users on airtime web page not working more.

    I try to change the password directly on the database by :

    sudo -u postgres psql airtime
    airtime=# UPDATE cc_subjs SET pass = md5('admin') where login = 'admin';


    But still not working.

    Could you please someone help to recover the access to admin web page whithout lost the schedules on the radio

    Thanks in advance

    SudAkA



  • 1 Comment sorted by
  • Vote Up0Vote Down hoerichhoerich
    Posts: 627Member, Airtime Moderator
    the following command reactivates the admin user

    sudo -u postgres psql airtime -c "DELETE from cc_pref where keystr = 'library_datatable' and subjid = 1"

    hope it helps in your case...
    Official Airtime Forum Manager
    --------------------------
    Most of the time an issue is located between keyboard and chair.