[Loris-dev] HELP

Shen Wang wangshen.mcin at gmail.com
Wed Aug 23 10:43:13 EDT 2017


Hi Iris,
Please try to insert a new admin user in your database, log in with this
admin user.
Then check whether the permissions of other users are correct or activated.

[ user name :admin password: testpassword ]
INSERT INTO `users`
(ID,UserID,Real_name,First_name,Last_name,Email,Privilege,PSCPI,DBAccess,Active,Pending_approval,Password_hash,Password_expiry)
VALUES (99,'admin','Admin account','Admin','account','admin at example.com
',0,'N','','Y','N','$2y$10$qmPDbENCsUvClwPDbVG.SOsTMtI7War1ggkjA60ElJkYM4LpSUbrC','2016-03-30');
UPDATE users SET
Password_hash='$2y$10$DYvowoM2WGZ00IVljItljeSjnUaZx5az4/Bfb3PxZSofnEGHb0KJC',
Pending_approval='N', Password_expiry='2100-01-01' WHERE ID=1;

Best Regards,
Shen


On 22 August 2017 at 16:34, Iris Rodríguez Gil <iris.rodriguez at cneuro.edu.cu
> wrote:

> Hello everyone,
>
>
>
> I am having authentication problems on my Loris site after I migrate my
> Loris server to the VMWARE ESXI 5.0 platform.
>
> When I try to access the site I block access for any user, I'm using Loris
> version 17.0.4.
>
> Any suggestions will be appreciated.
>
>
>
> Best Regards,
>
> Iris
>
>
>
> _______________________________________________
> Loris-dev mailing list
> Loris-dev at bic.mni.mcgill.ca
> http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.bic.mni.mcgill.ca/pipermail/loris-dev/attachments/20170823/1faac3b8/attachment.html>


More information about the Loris-dev mailing list