..rainloop/?admin
You can change the settings in the configuration file:
rainloop/data/_data_xxxx/default/configs/application.ini
[security]
admin_login = "admin"
admin_password = "12345"
The password must be hashed.
There is only one exception (password = 12345).
Try to set admin_password = "12345" and go to Admin panel to change it to something new.
rainloop admin password
Moderator: frogmaker