-
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
Aauth v3.0.0-alpha1 is done! #191
Comments
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 |
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 ( 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: |
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 <[email protected]> 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 <#191 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AH-nUCx1voJjG9pAU--U87R7lP30R04Yks5rwRvLgaJpZM4L3qt3>.
|
where is source aauth 3.0 |
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 😃.
The text was updated successfully, but these errors were encountered: