jd5688 / online-sports-betting

Online Sports Betting
124 stars 92 forks source link

Sign In and Sign Up #1

Open bihline opened 8 years ago

bihline commented 8 years ago

Hello,

The "Sign In" and "Sign Up" not working. When I try to register I fill the filds and when click Create an ac... nothing is happening. Can you please help to solve that problem

Thanks a lot

stryginpro commented 8 years ago

Hello,

The "Sign In" and "Sign Up" not working. When I try to register I fill the filds and when click Create an ac... nothing is happening. Can you please help to solve that problem

Thanks a lot

jd5688 commented 8 years ago

have you already setup the database? It could also be a javascript issue.

On Sat, Jan 30, 2016 at 12:28 PM, heiniko notifications@github.com wrote:

Hello,

The "Sign In" and "Sign Up" not working. When I try to register I fill the filds and when click Create an ac... nothing is happening. Can you please help to solve that problem

Thanks a lot

— Reply to this email directly or view it on GitHub https://github.com/jd5688/online-sports-betting/issues/1#issuecomment-177016527 .

bihline commented 8 years ago

Yes I'm , when I fill the filds in "Sign Up" and click "Create an..." the data would be writen in database, but script doesn't send me password or activation mail, and when I put password manualy in database and try to login nothing happend. ... thanks for replay

jd5688 commented 8 years ago

by the way, this app is not 100% done. it's around 80-90%. you may need to check the registration script if it is sending the mail properly.

On Sat, Feb 6, 2016 at 12:02 AM, basko notifications@github.com wrote:

Yes I'm , when I fill the filds in "Sign Up" and click "Create an..." the data would be writen in database, but script doesn't send me password or activation mail, and when I put password manualy in database and try to login nothing happend. ... thanks for replay

— Reply to this email directly or view it on GitHub https://github.com/jd5688/online-sports-betting/issues/1#issuecomment-180297476 .

bihline commented 8 years ago

I will, Thanks a lot

eddef commented 8 years ago

@bihline did you find it out. I am facing the same problem on the login.

jd5688 commented 8 years ago

Please make sure you have the correct values at includes/mainconfig.php. It's important that you set baseur, basedir and database correctly.

eddef commented 8 years ago

They are correct. When you hit register it actually creates the user in the database but the registration popup stands there doing nothing. Also there is no errors shown.

jd5688 commented 8 years ago

You will have to finish on the registration module. The registration happens via AJAX and the register API responds with a status of 1 for success or 0 for failure. You may also want to finish the function sendUserEmail() located at include/functions since this is the one that is supposed to send the user an email that contains the user's auto-generated password.

eddef commented 8 years ago

Will look, also the login does the same, popping up and does nothing when clicking login.

jd5688 commented 8 years ago

Have you checked the error with Javascript on the browser's debugging tool? If you are using Chrome or Firefox, there is a built-in debugger tool. You can also install Firebug in Firebox if the built-in tool is not so helpful. The login page is handled by Javascript so the event might not be detected or is being detected but not working properly due to some configuration issues.

jd5688 commented 8 years ago

You can't get an email because it's not working yet. You need to make it work. :) In ./include/functions.php, look for 'sendUserEmail' function and edit it. That is where you are supposed to send the email to the user. The $email, $username, and $password are already being passed as arguments so you don't need to worry about them. All you need to do is process them.

melazaperu commented 7 years ago

Dear Friend, i Cant sign In when i try put my email and my password only show Autentication Failed.

Please help me how to fix this problem

sion10 commented 7 years ago

Avense did you get any further with these issues?

melazaperu commented 7 years ago

no yet

2016-09-28 11:24 GMT-05:00 sion10 notifications@github.com:

Avense did you get any further with these issues?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jd5688/online-sports-betting/issues/1#issuecomment-250219595, or mute the thread https://github.com/notifications/unsubscribe-auth/ATyB-HcSmU02wnXBIzqWX0dzMas8y0x1ks5qupTbgaJpZM4HOo-Z .

PEDRO ARNAO RODRIGUEZ. MCSA/MCP/STS

sion10 commented 7 years ago

That's a shame! It would be good to be able to at least login as a admin to see how much work needs doing to this

raess1 commented 7 years ago

Same here, can't access admin or login. I see data in DB, but i don't get any email.

Anyone having a solution for this?

thanks

cyclops4real commented 7 years ago

login keep saying authentication failure, whats to do? signup work fine, am on localhost