WebSite X5Help Center

 
Philip B.
Philip B.
User

Register and login page  en

Autor: Philip B.
Besucht 1204, Followers 1, Geteilt 0  

The auto registering pages don't work very well. Allthough the user is registered and validated, impossible to login to the page(s).

Also, why not provide the possibility with a "Remember me" Bottom ? 

Finally, the layout page of the login is a complete mess and not representative as well. How can this auto generated page being modified.

Anyone a feasible solution ?

Thanks

Gepostet am
11 ANTWORTEN - 1 NüTZLICH
Andre E
Andre E
Moderator

1 The auto registering pages don't work very well. Allthough the user is registered and validated, impossible to login to the page(s).

1 -> just tested this and it works for me with no problem. Have you tried yourself? just for test?

if it does not work for user let hem delete cookies and try again.

2 Also, why not provide the possibility with a "Remember me" Bottom ?

2 -> this is auto set, if you don't log out you can acces next time without problem, after prolonged not logging in you need to login again or if yu use logout, then you always need to login again.

3 Finally, the layout page of the login is a complete mess and not representative as well. How can this auto generated page being modified.

3-> this is not possible in standard settings, if you wish this i would suggest to create an IDEA post for Incomedia so they might make something for this in future releases.

i can set this thread as IDEA post but you have other questions as well, so maybe better to make a seperate one, but if you wish i can set this thread  as IDEA post, let me know.....

Mehr lesen
Gepostet am von Andre E
Philip B.
Philip B.
User
Autor

Thanks for the reply.

1. Yes I tried myself, database MYSqL shows the two names and validated. However, I can't log-in

2. no, I don't think so. When I just close the browser, and 1 sec later I open it again, call the ULR, a login is requested. ( laptop and mobile same situation ).

3. Well that's a dealbreaker than for me. I can't present webapp's with this layout to my customers. It's really not good at all;

Thanks for your help, but I will look for alternative applications than.

Rgds,

Philip

Mehr lesen
Gepostet am von Philip B.
Andre E
Andre E
Moderator

2, tested this and you are correct you need to login again (this was in the past not the case, probably changed in later version(s))

In that case 2 should  and could be also an IDEA post, sorry about my 1st answer.

1. Have you set PHP 7.1 or 7.4 at your host?

Mehr lesen
Gepostet am von Andre E
Philip B.
Philip B.
User
Autor

1. - 7.1 currently

Mehr lesen
Gepostet am von Philip B.
Andre E
Andre E
Moderator

Do you have a website adress so i can test/view?

Mehr lesen
Gepostet am von Andre E
Philip B.
Philip B.
User
Autor

I delete already that function.

In summary, it's very pity we need to buy now an other emember software to make our application work, which can not be the purpose...

Simply put : 

The manual or auto registration should memorize the username and password in each browser (remember me buttum), even when the browser is closed and re-open. That's a minimum what we expect. 

The login page delivered by the software is drastically urgy that we can't present this to the public. We need at least the possibility to modify it ourselves, or receive an update with a more suitable one, or have the possibility to plug-in other developers work.

For the rest the software is ok for what we are are using it for.

Hope there will be a solution soon, or we will unfortunately ask for a refund witin the timeframe as agreed in the terms and conditions.

Thanks for your help

Kindest regards,

Philip

Mehr lesen
Gepostet am von Philip B.
Andre E
Andre E
Moderator

I will ask Incomedia to respond for you on this topic.

Mehr lesen
Gepostet am von Andre E
Incomedia
Stefano G.
Incomedia

Hello Philip

As you mentioned and Andre confirmed too, the standard registration page inherits its style from the general configuration of the website given in Step 2 -> Text, Field and Button style

There is no real customization that can be added on top of that.

About the login instead, I can confirm that the way Andre described it is definitely still correct. The login will work even after closing and restarting the browser

If right now this isn't happening and you have to login every time you reopen the browser, then there is definitely something wrong with either the cookie configuration of the server or the browser itself, since this is not the case for other websites built with WebSite X5

Can you have your hosting check whether a peculiar Cookie or session configuration is set?

Thank you

Stefano

Mehr lesen
Gepostet am von Stefano G.
Philip B.
Philip B.
User
Autor

well unfortunately not.

I've tried with diffrent browsers ( Chrome, Opera ), all cookies are accepted, ( I see the cookie from my website however ), but still when I close the page from my website and return back, I'm logged in. When I close the brower and I go back, I need to log-in again. in all browers the same thing, inclusief laptop, tablet and Mobile..

Mehr lesen
Gepostet am von Philip B.
Philip B.
Philip B.
User
Autor

what I saw in the main.php

SELECT * FROM accounts WHERE rememberme = ?

I my database 'accounts', I don't have that field rememberme...

Mehr lesen
Gepostet am von Philip B.
Philip B.
Philip B.
User
Autor

I created the field 'rememberme' and put the default value to 1.

Than it works.

i don't know if it the way to do, but at least I don't need to re-login now.

Thx for all your help

Mehr lesen
Gepostet am von Philip B.