kopia lustrzana https://github.com/iv-org/invidious
Show more informative error to users signing in with Google
rodzic
a160c645c9
commit
1360d67c11
|
@ -951,7 +951,7 @@ post "/login" do |env|
|
||||||
end
|
end
|
||||||
|
|
||||||
if action == "signin"
|
if action == "signin"
|
||||||
user = PG_DB.query_one?("SELECT * FROM users WHERE LOWER(email) = LOWER($1) AND password IS NOT NULL", email, as: User)
|
user = PG_DB.query_one?("SELECT * FROM users WHERE LOWER(email) = LOWER($1)", email, as: User)
|
||||||
|
|
||||||
if !user
|
if !user
|
||||||
error_message = translate(locale, "Invalid username or password")
|
error_message = translate(locale, "Invalid username or password")
|
||||||
|
|
Ładowanie…
Reference in New Issue