chrisamoody

joined 1 year ago
[–] [email protected] 1 points 1 year ago

yes, I should have realized that. That worked! Thank you @[email protected]

[–] [email protected] 1 points 1 year ago

seems that still won't let me log in :(

[–] [email protected] 1 points 1 year ago (3 children)

thanks, any idea if properly configured if Lemmy knows how to send smtp based email?

[–] [email protected] 1 points 1 year ago (6 children)

how do you disable that?

[–] [email protected] 2 points 1 year ago (1 children)

so yeah, even on the same computer with a different browser I can't log in :( (using same password)

 

Having an issue with logging in on alternate browsers due to email isn't verified. Would it be okay to export the database, manually make the change and then re-import it? Or could I connect to the database from a program on my computer to make the changes?

[–] [email protected] 0 points 1 year ago (3 children)

Thanks for this breakdown, I seem to be having issues with the update statements: lemmy=# UPDATE local_user SET email_verified = ‘t’, accepted_application = ‘t’ WHERE id = 1; ERROR: column "‘t’" does not exist LINE 1: UPDATE local_user SET email_verified = ‘t’, accepted_applica... ^ HINT: Perhaps you meant to reference the column "local_user.id". lemmy=# UPDATE local_user SET email_verified =‘t’, accepted_application = ‘t’ WHERE id = 1; ERROR: column "‘t’" does not exist LINE 1: UPDATE local_user SET email_verified =‘t’, accepted_applicat... ^ HINT: Perhaps you meant to reference the column "local_user.id". lemmy=# UPDATE local_user SET email_verified = ‘t’, accepted_application = ‘t’ WHERE id = 3; UPDATE 1 ERROR: column "‘t’" does not exist LINE 1: UPDATE local_user SET email_verified = ‘t’, accepted_applica... ^ HINT: Perhaps you meant to reference the column "local_user.id". lemmy-#

 

On my main computer I have no issues logging into my Lemmy install, however my laptop always gets an error saying I didn't verify my email.

However it doesn't appear I ever got an email from the server. Not even sure if I ever told it how to send an email.

 

Hi all, I run both a Mastodon and a Lemmy instance, I tried sending a message from my Mastadon user to my Lemmy user, and while mastodon says it was sent I do not see it under the Messages icon.

Would I look for it somewhere else?