Loading...
 
Features / Usability

Features / Usability


login fields in tiki-top_bar broken in tw 1.8.3

posts: 43 New Zealand

It appears that the login fields in the tiki-top_bar.tpl are broken for tw 1.8.3.

I had copied the following in to tiki-top_bar.tpl and it was working well however after the upgrade I suddenly got invalid username ...messages.

I can still login using the login box


{tr}This is{/tr} Tiki -Polaris-
{if $user}Welcome: {$user} {tr}Sign Out{/tr}
{else}


User:
Pass:


{/if}

posts: 2881 United Kingdom

If you used the built it tpl editor, its possible. There are other posts around that talk about the reasons, but to sum it up here. In the latest tiki releases we have routines to strip javascript script tags from submitted content (security reasons)

Damian