Identity Manager does not create any records in IM_AUTH_USER table during installation which leads to inability to login to the Management Console.
IM 14.4
Unknown (possibly a bug in the installer).
Create a new record in the IM_AUTH_USER table manually, for example by using Oracle SQL Developer:
You might also need to update a record in IM_DIRECTORY_LD (find REF_ID in IM_DIRECTORY table)
by setting ATTRIBUTE_VALAUE to "<user_name>(<user_id>)x1Fx1F", where x1F is am ASCII symbol number 31 (x1F hexadecimal).
Note: password later should be changed to a more secure one and encrypted in the database using a password encryption tool.