Hello Andrew, while trying to add new user with webcollab version 3.2.0, get the message 'work factor not set in config file'.
Is there something about hash key, salt, whateveer. The ScreenIs ok.
Bugs: #100
I'm not sure that you are running version 3.20, because that error message was added in about version 3.42.
Are you using an old config file with a newer version?
Anyway, try adding the following line to [webcollab]/config/config.php
//Work factor for Blowfish password hashing (values are 4 to 31, for default use 8) define('WORK_FACTOR', 8 );
It can go anywhere in the file. That /should/ fix the problem.
Small correction: The error message was added to version 3.41.
Very very good Andrew ... It works like a charm now 😎 Have a good day !!!!
Le lun. 3 juin 2019 à 10:16, Andrew Simpson andrewsimpson@users.sourceforge.net a écrit :
Small correction: The error message was added to version 3.41. [bugs:#100] https://sourceforge.net/p/webcollab/bugs/100/ work factor not set in config file* Status: open Group: v1.0_(example) Created: Mon Jun 03, 2019 05:14 AM UTC by martinbrait Last Updated: Mon Jun 03, 2019 08:14 AM UTC Owner: nobody Attachments: Add1.PNG https://sourceforge.net/p/webcollab/bugs/100/attachment/Add1.PNG (30.5 kB; image/png) Add2.PNG https://sourceforge.net/p/webcollab/bugs/100/attachment/Add2.PNG (8.4 kB; image/png) Hello Andrew, while trying to add new user with webcollab version 3.2.0, get the message 'work factor not set in config file'. Is there something about hash key, salt, whateveer. The ScreenIs ok. Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/webcollab/bugs/100/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Status: open Group: v1.0_(example) Created: Mon Jun 03, 2019 05:14 AM UTC by martinbrait Last Updated: Mon Jun 03, 2019 08:14 AM UTC Owner: nobody Attachments:
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/webcollab/bugs/100/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Resolved
Log in to post a comment.
I'm not sure that you are running version 3.20, because that error message was added in about version 3.42.
Are you using an old config file with a newer version?
Anyway, try adding the following line to [webcollab]/config/config.php
It can go anywhere in the file. That /should/ fix the problem.
Small correction: The error message was added to version 3.41.
Very very good Andrew ... It works like a charm now 😎
Have a good day !!!!
Le lun. 3 juin 2019 à 10:16, Andrew Simpson andrewsimpson@users.sourceforge.net a écrit :
Related
Bugs:
#100Resolved