Skip to content
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

Little issues, big impact #47

Open
bevsl opened this issue Nov 25, 2015 · 0 comments
Open

Little issues, big impact #47

bevsl opened this issue Nov 25, 2015 · 0 comments

Comments

@bevsl
Copy link

bevsl commented Nov 25, 2015

Hello goalio,

I just installed your module for forgotten password (I already use your module for remember_me) and it is exactly what I was searching for my own Zend Application.

I saw some problems with your forgot password module:

  • The translator is define nowhere in your module so I had to add into my own service manager factories
    'Translator' => 'Zend\I18n\Translator\TranslatorServiceFactory' and it worked. You could maybe add this line into your module config to ensure the translator can be loaded ?
  • The options into goaliomailservice global and local for the zend transport class have wrong keys so it always construct a sendmail transport object.
    I changed 'transport_class' to 'type' and 'transport_options' to 'options' like it is required into 'Zend\Mail\Transport\Factory' and everything is working properly.

I hope my message can help you improve your module.

Have a nice day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant