-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reasoning behind PM system? #160
Comments
I can't tell you the reason behind the PM feature 😅. But I personally use the PM feature often in Community-based projects, in Small Business projects not so often only if a customer want it 😸 . But I wouldn't remove it, the PM feature is not so big 😄 (about 250 lines, that's not much), I'm thinking about to write v3 modular to create extensions for logins from google, github etc. and maybe PM, too. Then the developer can choose whether he want the PM feature or not. |
A modular system would be great! And yea, PM doesn't make much sense, but so what :P |
A modular system would be nice! And it is mostly the database tables I'm gonna remove to keep the database uncluttered with tables not in use. |
Guys i agree with you. but i was looking for a auth system with Private message feature. too which i got it here. :) i am happy. |
I removed the PM system and went with this -> https://github.com/jrmadsen67/Mahana-Messaging-library-for-CodeIgniter |
Hi, I'm just about to try this out, and it seems sweet so far! Just the amount of complexity/competence in an Authentication library.
However. I'd like to hear the reasoning behind including an PM feature. In my opinion that has absolutely nothing to do with an authentication system, and I'll probably remove it from the library in my projects.
Any input?
The text was updated successfully, but these errors were encountered: