wbTeamPro Feature Request & Bug Tracker - wbTeamPro
View Issue Details
0010283wbTeamPro[All Projects] Featurespublic2017-01-30 09:312015-01-25 00:00
guest 
webuddha 
lowminoralways
Implementedfixed 
v3.0.14 
v3.2.2 rc 
0010283: Load plugins before validating login
Currently wbTeamPro plugins are loaded after valid user login has been validated.

In order to produce some non-validated page output from the plugin environment it would be idea if a plugin hook was available prior to session validation.
No tags attached.
related to 0010277Implemented webuddha Plugin Controllers 
Issue History
2013-09-06 11:50guestNew Issue
2013-09-06 11:50guest
2013-09-09 08:27a104
2014-11-11 13:06webuddhaRelationship addedrelated to 0010277
2014-11-11 13:08webuddhaNote Added: 0010164
2014-11-11 13:08webuddhaStatusNew => Implemented
2014-11-11 13:08webuddhaApplied to Version => v3.2.2 rc
2014-11-11 13:08webuddhaResolutionopen => fixed
2014-11-11 13:08webuddhaAssigned To => webuddha

Notes
(0010164)
webuddha   
2014-11-11 13:08   
Implemented as part of the onCallPlugin implementation. Login requirement is now triggered on default controller request, and bypassed for direct plugin calls.

The requireLogin() operation can be called at any time to check and redirect if not a valid session.

wbTeamPro_Auth::requireLogin();