COPRA checks if your password meets some basic requirements. In some cases (for example testing, or if you're the only person accessing your server) this can be a little bit too much.
Here's how to deactivate that setting:
- navigate to your_copra_onset_install_directory/config
- open config.inc.php with an editor of your choice
- search for the line
$config['enable_password_requirements'] = true;
and set it to false - save the file
Now you can use passwords with a complexity and length of your choice. Because .. you know what you're doing ;)
Note: The above applies to COPRA onset, for COPRA cloud the setting can't be deactivated