-
-
Notifications
You must be signed in to change notification settings - Fork 18
FAQ
A: You can manually change the password in the database to one of the following values which sets the password to abc123. Once you change the value, you may login and change the password to something different.
Use the values listed below based on what encryption method you are using:
- Crypt: ab3z4hnHA5WdU
- MD5: e99a18c428cb38d5f260853678922e03
- Plain: abc123
A: phpCollab uses its own internal settings for managing file upload sizes. These are site wide and project level settings.
Check the following items:
Site Wide:
Admin -> Edit Settings
in the General section
per project setting
On the Project Details
page it should list the "Max file size"
If you are still having issues uploading files, check your PHP settings for restricting the size of attachments. You can see what the values from the php.ini file is by going to:
Admin -> System Information
and look at the File Sizes section at the bottom of the page.