Fixed assertion violation when DATABASE_NULL is instanciated.
This commit is contained in:
@@ -167,6 +167,7 @@ feature -- LOGIN and DATABASE_APPL only for password_ok
|
|||||||
password_ok (upasswd: STRING): BOOLEAN
|
password_ok (upasswd: STRING): BOOLEAN
|
||||||
-- Can the user password be Void?
|
-- Can the user password be Void?
|
||||||
do
|
do
|
||||||
|
Result := True
|
||||||
end
|
end
|
||||||
|
|
||||||
password_ensure (name, passwd, uname, upasswd: STRING): BOOLEAN
|
password_ensure (name, passwd, uname, upasswd: STRING): BOOLEAN
|
||||||
|
|||||||
Reference in New Issue
Block a user