Open REJack opened 7 years ago
Nice work! But doesn't rc mean release candidate, that is feature complete and ready for final bug testing? And not alpha? :P
@perenstrom I named some commit with rc
but it was a mistake by me 😅 It's definitely a alpha 😄
thank you for such a great stuff. appreciate the efforts for V3!
will there be any updates on V3 anytime soon? or should we stick to V2 for new projects?
@hersag You can stick with V2 but with BCrypt (use_password_hash
on true
), if V3 is ready i'll create a detailed documentation for easy upgrade.
I have at the moment much work with my job 😞, i hope that i can find some time at the next weekend.
that's great, thank you!
Great work!
It would be nice to be able to customize transactional emails. May be a customizable view and pass the parameters?
@andacata how you mean this?
Example in v2, function remind_password:
$this->CI->email->message($this->CI->lang->line('aauth_email_reset_text') . site_url() . $this->config_vars['reset_password_link'] . $ver_code );
My proposal:
$this->CI->email->message($this->CI->load->view('aauth_email_reset', array('url' => site_url($this->config_vars['reset_password_link']), 'ver_code' => $ver_code), TRUE));
Raphael -
I agree on this. The method should allow us to pass a view, or should at least use a default view rather than a plain text email.
TIM
On Apr 15, 2017, at 2:34 PM, andacata notifications@github.com wrote:
Example in v2, function remind_password: $this->CI->email->message($this->CI->lang->line('aauth_email_reset_text') . site_url() . $this->config_vars['reset_password_link'] . $ver_code ); My proposal: $this->CI->email->message($this->CI->load->view('aauth_email_reset', array('url' => site_url($this->config_vars['reset_password_link']), 'ver_code' => $ver_code)));
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AkaySoftware/CodeIgniter-Aauth/issues/191#issuecomment-294313502, or mute the thread https://github.com/notifications/unsubscribe-auth/AH-nUCx1voJjG9pAU--U87R7lP30R04Yks5rwRvLgaJpZM4L3qt3.
@andacata & @tswagger i agree on this too, its a nice idea 😄 I'll add this to the list later.
where is source aauth 3.0
@asifagaria Branch: v3-dev
Thanks For Source But Documents Not Work
please make easy guide whit view
thanks
Hey Guys, based on the news (#189) last week, i've pushed v3.0.0-alpha1 (i named my commit to
v3.0.0-rc1
😅)Now all models donw incl. PHPunit tests over Travis-CI and code-coverage over CodeCov
I hope you like how i created the models.
Next steps are:
sprintf
The CodeIgnitier-Aauth v3.0.0 Plans are:
sprintf
.editorconfig
EditorConfig helps to define and maintain consistent coding styles between different editors and IDEs,vendor
-folder, downloaded/integrated composer (there some website hosts they not give a ability for a SSH access)vendor
-folder, not integrated composer decenciesoverall Aauth would need PHP 5.5 or higher
If anyone has some suggestions, feel free to answer on this issue 😃.