-
My configuration :
```
ghost updated
11 years ago
-
After installing this I'm getting this when calling the register page:
`Notice: Undefined index: cdli-twostagesignup in /var/www/vendor/cdli/CdliTwoStageSignup/Module.php on line 46`
Latest ZfcBase, …
-
I don't know if it suppose to be like this, but i think if a user isn't logged in the changepassword and changeemail should redirect to the login.
I have made a small fix for it if it isn't suppose t…
-
This is weird, but ZfcUser is working on development machine but not on hosting.
Every thing seems fine but when I try to login it keeps redirecting me to the login page. When I try to register it al…
-
Hi,
I can't use `ZfcUserDoctrineORM`
I have a entity `User` who extends `ZfcUserDoctrineORM\Entity\User`
in my application autoload config folder I have a config file `zfcuser.global.php` who conta…
-
when try to get resutls form a entity that have relation with zfcuser entity like
@ORM\ManyToOne(targetEntity="ZfcUserDoctrineORM\Entity\User")
@ORM\JoinColumn(name="user_id" , referencedColumnName…
-
Hi,
I can't use this module .
I don't know how to configure it with my custom entity Membre\Entity\Membre.
into zfcuser.global.php:
# 'user_entity_class' => 'ZfcUser\Entity\User',
'user_entity_class…
ghost updated
12 years ago
-
Such as OpenID, Google, Facebook, Twitter... Can be done with [HybridAuth](https://github.com/hybridauth/hybridauth) and [ScnSocialAuth](https://github.com/SocalNick/ScnSocialAuth) ZF2 module.
jhuet updated
12 years ago
-
Submitting step 1 (verify email) leads to:
```
Catchable fatal error: Object of class DateTime could not be converted to string in /var/www/vendor/zendframework/zendframework/library/Zend/Db/Adapter/…
-
Running ZF2 Beta5
The schema_up.mysql.sql contained the following SQL syntax for the creation of the table.
CREATE TABLE user_signup_email_verification
(
request_key VARCHAR(32) NOT NULL,
e…