Changed authentication method

Re: Changed authentication method

by Kingsley Kerce -
Number of replies: 0
Sorry, I meant to say change the record having a value of "auth" in the field "name" in the table "config". This is probably more concisely stated in SQL:

UPDATE config SET value = "email" WHERE name = "auth"
;

Kings