2014-07-02 11 views
5

के लिए मैं सरल की तलाश में है और उपयोग/के लिएCodeIgniter 3.0 (देव)प्रवेश प्रणाली स्थापित करने के लिए आसान कर रहा हूँ।लॉग इन प्रणाली CodeIgniter 3.0

मैंने कुछ अलग स्क्रिप्ट देखी हैं लेकिन अधिकतर कोडइग्निटर 2.x के लिए।

मैं किसी भी मदद की सराहना करता हूं।

उत्तर

7

सबसे अच्छा प्रमाणीकरण पुस्तकालय बाहर है Ion-Auth by Ben Edmunds

रेपो पृष्ठ से

:

CodeIgniter Version 3 Compatibility 

CodeIgniter v3 requires the class names to be ucfirst(). In order to support this follow the standard installation procedures and then either rename the following files or create symlinks 

config/ion_auth.php    => config/Ion_auth.php 
models/ion_auth_model.php   => models/Ion_auth_model.php 
models/ion_auth_mongodb_model.php => models/Ion_auth_mongodb_model.php 

नोट: आयन-प्रमाणीकरण कई परियोजनाओं में किया जाता है। PyroCMS की तरह।

+1

धन्यवाद। मैंने आयन-एथ स्थापित किया है और सबकुछ ठीक काम करता है, हालांकि यह शक्तिशाली समाधान सरल नहीं है ;-) – Tikky

संबंधित मुद्दे