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

Sign In and Sign Up #1

Open
bihline opened this issue Jan 28, 2016 · 21 comments
Open

Sign In and Sign Up #1

bihline opened this issue Jan 28, 2016 · 21 comments

Comments

@bihline
Copy link

bihline commented Jan 28, 2016

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
Copy link

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
Copy link
Owner

jd5688 commented Feb 5, 2016

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

On Sat, Jan 30, 2016 at 12:28 PM, heiniko [email protected] 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
#1 (comment)
.

@bihline
Copy link
Author

bihline commented Feb 5, 2016

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
Copy link
Owner

jd5688 commented Feb 5, 2016

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 [email protected] 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
#1 (comment)
.

@bihline
Copy link
Author

bihline commented Feb 5, 2016

I will, Thanks a lot

@eddef
Copy link

eddef commented May 14, 2016

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

@jd5688
Copy link
Owner

jd5688 commented May 14, 2016

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

@eddef
Copy link

eddef commented May 15, 2016

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
Copy link
Owner

jd5688 commented May 15, 2016

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
Copy link

eddef commented May 15, 2016

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

@jd5688
Copy link
Owner

jd5688 commented Jun 4, 2016

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
Copy link
Owner

jd5688 commented Jun 6, 2016

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
Copy link

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
Copy link

sion10 commented Sep 28, 2016

Avense did you get any further with these issues?

@melazaperu
Copy link

no yet

2016-09-28 11:24 GMT-05:00 sion10 [email protected]:

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
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ATyB-HcSmU02wnXBIzqWX0dzMas8y0x1ks5qupTbgaJpZM4HOo-Z
.

PEDRO ARNAO RODRIGUEZ.
MCSA/MCP/STS

@sion10
Copy link

sion10 commented Sep 28, 2016

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
Copy link

raess1 commented Dec 15, 2016

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
Copy link

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

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

9 participants