This is an old revision of the document!
PHP's gd library is missing or unable to create PNG images
Reset Your Password
Changing Your Password
Changing your password occasionally is a good practice and is something that is enforced in many environments. Well structured passwords contains:
- Use a mix of letters, numbers and special characters
- Use mIxED caSE
- Avoid dictionary words
- Do not set your password to “password”, “changeme”, your username or your actual name
Create a password
- pwgen on the linux cmd line
- pwgen 15 1 : to create one 15 character password : man pwgen for help