GotCms / GotCms

GotCms is a Cms based on Zend Framework 2 and PosgreSQL / MySQL
GNU Lesser General Public License v3.0
129 stars 48 forks source link

Using ZfcUser as authentication module #191

Closed ojhaujjwal closed 9 years ago

ojhaujjwal commented 10 years ago

ZfcUser is a great module from ZfCommons. It is highly flexible and extensible as mentioned here. It is made to be used as foundation for large percentage of Zend Framework 2 web applications,

You probably know these all details.

I have a question. Why did not you use ZfcUser? I know it is not perfect, but it is great. You can read this post if you have not read. I have developed some applications with Zend Framework 2 and cannot imagine not using ZfcUser. Almost anything can be modified easily. A lot of modules are available such as ScnSocialAuth which have dependancy on ZfcUser and are really awesome.

I may not be easy to implement ZfcUser but I want to hear from you? Why did not you use ZfcUser?

PierreRambaud commented 10 years ago

Hi, I build the login step two years ago and obliviously before the ZfcUser module. But, if you want to remove the actual login step and include ZfcUser, I will accept your pull request :)

ojhaujjwal commented 10 years ago

Thank you again for your positive response. I will obviously do that when I need this great cms. But, unfortunately I do not have a lot of time now.