Menu

#100 work factor not set in config file

v1.0_(example)
closed-fixed
None
2
2019-09-28
2019-06-03
martinbrait
No

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.

2 Attachments

Related

Bugs: #100

Discussion

  • Andrew Simpson

    Andrew Simpson - 2019-06-03

    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.

     
  • Andrew Simpson

    Andrew Simpson - 2019-09-28
    • status: open --> closed-fixed
    • assigned_to: Andrew Simpson
     
  • Andrew Simpson

    Andrew Simpson - 2019-09-28

    Resolved

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.