Service user is deactivated

While meddling with an experimental installation, the user service was accidentally disabled. The message when trying to log in is

Service user is deactivated

How to get around this problem? Which configuration file will I need to edit to get this back on? :smile:

Cheers,
M&M

After a bit of probing I saw this in the table called ā€œserviceā€ in MySQL db.

+-------------------------+-----------+
| name                    | is_active |
+-------------------------+-----------+
| system                  |         1 |
| api_docs                |         1 |
| files                   |         0 |
| db                      |         0 |
| email                   |         0 |
| user                    |         0 |
| mysql                   |         0 |
| mongodb                 |         1 |
| scr-insert              |         1 |
| testdb                  |         1 |
| test-mlabs              |         1 |
+-------------------------+-----------+

Can I just go ahead an issue an update statement to set 0 to 1, for ā€˜userā€™ service?

Thanks,
M&M

wow an accidental disabling of service shouldnā€™t have taken so much time for an answer :anguished:

All services have an ā€œActiveā€ checkbox in the first tab (INFO). Check this box, save and be happy :smiley:

hehehe doneā€¦and additionally the applicationā€™s cache has to be cleared if underlying database is directly changed. And for that ā€˜php artisan cache:clearā€™ has to be executed in the root dreamfactory directory. Hereā€™s a reference to this issue

Cheers,
M.M

Good to knowā€¦
Config > Cache > Flush System-Wide Cache, dont do the job?

hmmmm. I was locked out of the system once I deactivated the ā€˜userā€™ service ā€¦lol, so I didnā€™t stand a chance :laughing:

Cheers,
M.M

oooh sureā€¦ fuck! hhahahhaha

learning things the right way :innocent: