mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 14:39:16 +02:00
See #1039: resend confirmation email on login if email is unverified
This commit is contained in:
parent
372bd4a6ee
commit
b07bd83fa1
9 changed files with 82 additions and 11 deletions
|
@ -25,3 +25,7 @@ class FunkwhaleAccountAdapter(DefaultAccountAdapter):
|
|||
|
||||
def get_login_redirect_url(self, request):
|
||||
return "noop"
|
||||
|
||||
def add_message(self, *args, **kwargs):
|
||||
# disable message sending
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue