-
I am aware that there is a widget for logging in using
```
```
but is there a widget that will return the registrations view?
-
I noticed this in the loginAction
```
if ($this->getOptions()->getUseRedirectParameterIfPresent() && $request->getQuery()->get('redirect')) {
$redirect = $request->getQuery()->get('redire…
j-r-t updated
8 years ago
-
A need to run MVC application from CLI. MVC application uses BjyAuthorize very well. But how to authorize a user from command line?
-
Is it possible to redirect to a given Route (zfcuser/login) instead of Showing a 403? Usually this is a better way for the Usability of a Page.
-
**Deprecated: ServiceManagerAwareInterface is deprecated and will be removed in version 3.0, along with the ServiceManagerAwareInitializer. Please update your class ZfcUser\Authentication\Storage\Db t…
-
You use a old version of ZfcUser in your composer.json. can you update it to 1.4.1?
best regards
-
Hello guys,
I've been using `zfc-rbac` with a Zend Framework 2.\* application for almost two years now.
Recently I decided to research and prepare a migration plan to move my application to ZF 3.
Wi…
nasko updated
8 years ago
-
I'm contemplating adding an event manager to Zend form or zend form element, ZfcUser has already extended the form to add an event manager as an extention point for adding custom fields but I wanted t…
-
It seems that hasRole from RbacUserDoctrineOrm\Service\Rbac is never called but the method from ZfcRbac\Service\Rbac is.
Do you have any idea why ?
-
I tried with zend-servicemanager and zend-eventmanager v3, got many errors. Seems we need to provide support for them?