mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
parent
e6532025f8
commit
8028660a8f
@ -63,7 +63,7 @@ class SeatManager:
|
|||||||
logger.info("Added SeAT user with username %s" % sanitized)
|
logger.info("Added SeAT user with username %s" % sanitized)
|
||||||
return sanitized, password
|
return sanitized, password
|
||||||
logger.info("Failed to add SeAT user with username %s" % sanitized)
|
logger.info("Failed to add SeAT user with username %s" % sanitized)
|
||||||
return None
|
return None, None
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def delete_user(cls, username):
|
def delete_user(cls, username):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user