-
i create a test registration and to my surprise i was able to login without confirming the registration email. how do i solve this issue
-
My form contains 2 textarea
When I press backspace, form still contains the same values
``` php
$form = new Form();
$prg = $this->prg();
if ($prg instanceof \Zend\Http\PhpEnvironment\Response) {
…
-
I'm sure it's a very simple issue but I've been trying to override the UserController for a few days now and I just can't seem to get it to work.
I've been combining information from:
1) http://stack…
-
Hello!
I'm trying use Twig (ZfcTwig) in template login.phtml
But this code:
is not work in twig templates.
Can i use Twig with ZfcUser?
Thank you!
-
Hi!
First of all: sorry if that's not a real issue ...
In my feeling the README has a very abrupt end, at least for me (yes, I'm quiet new to all this).
I did all the steps in the README and struggle…
-
I have exactly the same issue
https://github.com/SocalNick/ScnSocialAuth/issues/11
I have also checked the solution given by you multiple times in my project . Everything is exactly the same.
I hav…
-
vagrant@precise64:/vagrant/www/ssc/ssc$ ./vendor/zendframework/zftool/zf.php create module test
PHP Fatal error: Uncaught exception 'Zend\ModuleManager\Exception\RuntimeException' with message 'Modul…
-
Fatal error: Call to undefined method ZfcUser\Options\ModuleOptions::getEnableDefaultEntities() in D:\Dropbox (Persoonlijk)\Workspace\True-Life\vendor\zf-commons\zfc-user-doctrine-orm\Module.php on li…
-
I'm a little confused if not concerned about how the zf-oauth2 module is suppose to be implemented in a ZF2 application.
I'm confused as to why user_id is being pulled from the query/request in the …
-
I know it is duplicate issue which has been already closed.
But I am receiving this error constantly.
I have updated my 'composer.json' with
"require": {
"php": ">=5.5",
"zendframewo…