elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

Site user login cannot login #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I created one group called extranet and new site user (Testuser) added to the 
group extranet.
Than I created a page called Extranet and set deny for the guest group and 
read (all languages) for extranet group. 
When I access extranet page I'm redirected to /login. When I write 
credentials for Testuser and click login nothing happens. Am I doing anything 
wrong or is this some kind of bug?

Original issue reported on code.google.com by adis.kat...@gmail.com on 8 Feb 2010 at 9:50

GoogleCodeExporter commented 9 years ago
This is a bug in login page.

Due to moving all global javascript functions to namespace Vosao js code on 
page 
/login should be updated to: 

 - Vosao.errorMessage,
 - Vosao.jsonrpc.loginFrontService.login
 - Vosao.serviceFailed(e)

Original comment by kinyelo@gmail.com on 8 Feb 2010 at 5:31

GoogleCodeExporter commented 9 years ago
This problem is fixed in version 0.2. 

If you have installed Vosao version prior 0.2 and updated to 0.2 you need to 
fix it 
manually because update procedure doesn't change /login page content.

Original comment by kinyelo@gmail.com on 9 Feb 2010 at 9:25