Fix #1
This commit is contained in:
pare
40bbd00ebb
commit
5e8e9064bb
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -74,7 +74,7 @@ class Ejabberd:
|
||||||
|
|
||||||
def register(self, username, host, user_password):
|
def register(self, username, host, user_password):
|
||||||
|
|
||||||
account_exists = self.account_exists(username, host)
|
account_exists = self.check_account(username, host)
|
||||||
|
|
||||||
if not account_exists:
|
if not account_exists:
|
||||||
|
|
||||||
|
|
Loading…
Referencia en una nova incidència