-
Notifications
You must be signed in to change notification settings - Fork 94
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
Comments
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. Thanks a lot |
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:
|
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. |
by the way, this app is not 100% done. it's around 80-90%. you may need to On Sat, Feb 6, 2016 at 12:02 AM, basko [email protected] wrote:
|
I will, Thanks a lot |
@bihline did you find it out. I am facing the same problem on the login. |
Please make sure you have the correct values at includes/mainconfig.php. It's important that you set baseur, basedir and database correctly. |
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. |
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. |
Will look, also the login does the same, popping up and does nothing when clicking login. |
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. |
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. |
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 |
Avense did you get any further with these issues? |
no yet 2016-09-28 11:24 GMT-05:00 sion10 [email protected]:
PEDRO ARNAO RODRIGUEZ. |
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 |
Same here, can't access admin or login. Anyone having a solution for this? thanks |
login keep saying authentication failure, whats to do? signup work fine, am on localhost |
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
The text was updated successfully, but these errors were encountered: