PiggyArchive / PiggyAuth

Safe & feature-rich auth plugin. Project has been discontinued
Apache License 2.0
33 stars 8 forks source link

no return after typing email at the time of registration #98

Open nasiridrishi opened 6 years ago

nasiridrishi commented 6 years ago

DO NOT REMOVE THIS

Please make sure your issue complies with these guidelines:

General

It only happens in pmmp api3alpah7 . works perfectly on genesispro and pmmp alpha3alpha5 etc. It doesnt return anything on either chat login or /register but typing "none" in place of that works

Server Software:

all pmmp api3alpha7 versions

Version of PiggyAuth:

latest release

Data Provider:

Steps to Reproduce the Issue

  1. this account needs registration
  2. /register password password 123xyz@gmail.com
  3. this account needs regitration(keep asking like this)(registrations failed)
  4. /register password password none
  5. registrations successfull

Extra Information

no console errors or debug report

nasiridrishi commented 6 years ago

I think its pmmp bug rather then plugin it self. what was the API change in alpha7 which may effect it??

nasiridrishi commented 6 years ago

@DaPigGuy I was testing this issue and I was just typing random words in place of email. it supposed to return "wrong email" but nothing was happening.

nasiridrishi commented 6 years ago

https://youtu.be/SuwkrQOXh0Y

nasiridrishi commented 6 years ago

@DaPigGuy I was testing the issue whole day and came it conclusion that its mail gun XD .. if you dont set mail gun email register will not work! I setted up mail gun and its working now awesome.. but it should be also work if mail gun is not confiugured etc!

Aericio commented 6 years ago

Mailgun is required for the email function to work correctly, as PiggyAuth does not come with a pre-configured mail server for all to use. I believe there should be a switch for Mailgun enable/disable, though?

edwinyoo44 commented 6 years ago

I have the same problem