Forums / Setup & design / Why welcome page keeps asking for login and unicode

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Why welcome page keeps asking for login and unicode

Author Message

Nhu Nguyen

Monday 28 March 2005 7:21:01 pm

Hello, I installed Exponential here:

http://www.truyentranh.com/news/

but it keeps asking for user to login. I have no idea why. I follow the instruction to create site on Exponential documentation, but I guess I'm missing something. Plus, the site use unicode UTF-8, but it has to be manually set to View / Unicode UTF-8 by the browser to be displayed right. How can I get the browser to automatically displayed the page as unicode? Somebody please help. Thanks.

Łukasz Serwatka

Monday 28 March 2005 9:27:40 pm

Hi Nhu,

1. Go to User accounts->Roles and policies
2. Edit Anonymous role
3. Set Module: user Function: login Limitation: SiteAccess( your_siteaccess_name )
4. Click OK
5. Refresh your homepage.

This should help. For UTF-8, your headers looks OK.
http://ez.no/ez_publish/documentation/configuration/configuration/language_and_charset/unicode_with_ez_publish

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Nhu Nguyen

Tuesday 29 March 2005 9:22:38 pm

thank you Lukasz, I have fixed my page now. It doesn't ask for login anymore.

about the UTF-8, I had read that document page before, and changed those files, that's why it can read and view utf-8 now, but I have to change to browser manually to View / Encoding / Unicode utf-8 to view it correctly. Any idea what to do now?

Łukasz Serwatka

Wednesday 30 March 2005 4:57:30 am

I'm glad I could help you!

Only what I saw wrong in your headers is doubled

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title></title>

Try to add in first line in your pagelayout.tpl

{*?template charset=utf-8?*}

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Nhu Nguyen

Friday 01 April 2005 5:35:45 pm

thank you for your help Lukasz. my site now can display vietnamese unicode :D

Łukasz Serwatka

Sunday 03 April 2005 11:16:07 pm

You`re welcome!

You have still doubled meta entries in your <head> section. Try remove one from pageloyut.tpl or page_head.tpl.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog