ZF-Commons / ZfcUser

A generic user registration and authentication module for ZF2. Supports Zend\Db and Doctrine2. (Formerly EdpUser)
BSD 3-Clause "New" or "Revised" License
495 stars 343 forks source link

Feature: It is Possible to create a ZfcUser from another login type #584

Closed SirLouen closed 9 years ago

SirLouen commented 9 years ago

It is Possible to create a ZfcUser from another login type? I mean, despite it doesnt have to make sense, if I create a self-made simple login form with email + password could I create a ZfUser object from that info? I cant see this in the FAQ Wiki :( Regards

Danielss89 commented 9 years ago

Yes, of course :) Why shouldn't you be able to do that?

SirLouen commented 9 years ago

Could you give me somewhere to look at an example? Regards

Danielss89 commented 9 years ago

Look in the ZfcUser controller and services?