cotonti.com : Login enhancement https://www.cotonti.com Laatste forum onderwerpen Cotonti en Thu, 16 Apr 2026 11:11:27 -0000 Kilandor Zo, 14 Sep 2008 06:25:56 -0000 oc
To be honest, I feel like a little bit a stupid :) But more important, is this feature should be in SEDITIO? I believe it is, and actually this brings me next point: A new skin. Ok, this one is light cool and something but I can't see most things.]]>
Zo, 14 Sep 2008 04:16:41 -0000
Kilandor
There's no need for a a plugin for that, it can plopped straight into the template.]]>
Zo, 14 Sep 2008 03:51:17 -0000
oc Za, 13 Sep 2008 22:11:41 -0000 oc
I'll do it instead talking and let you to decide.]]>
Za, 13 Sep 2008 17:43:16 -0000
Kilandor
The much more simpler solution, would be to have it base64 the URI, and redirect you to login, then when you login, it returns you to where you was.

There is a rough implementation for this in a few places in sed but not done very well or complete.

Fill out a ticket for it as an enhancment.]]>
Za, 13 Sep 2008 17:24:30 -0000
oc
No redirect if login needed. I mean if code is:
users.profile.php
if ($usr['id']<1)
	{
	header("Location: " . SED_ABSOLUTE_URL . "message.php?msg=100&".$sys['url_redirect']);
	exit;
	}

new code is something like:
if ($usr['id']<1)
	{
	require("login.php");
	exit;
	}

actually this is not very necessary, but i believe a header login (not plugin, optional feature) and cleaning up the unnecessary stuff from the redirecting function is necessary.]]>
Za, 13 Sep 2008 03:27:36 -0000
Kilandor # oc : I was wondering about what is base64 decoding for urls to redirect.
I totally agree, this needs to happen, that's been one thing that's always bugged me.

# oc : Also, is this login system enough? I mean, vbulletin style would be nice.
About the login system, Can you be a bit more specific, on what your referring too?

# oc : BTW, would it be too much if there is a user name and password input in header.tpl ?
Yea, I just haven't got around to doing it, i've been wanting to as well]]>
Za, 13 Sep 2008 00:23:48 -0000
oc
I was wondering about what is base64 decoding for urls to redirect.

Also, is this login system enough? I mean, vbulletin style would be nice.

BTW, would it be too much if there is a user name and password input in header.tpl ?]]>
Vr, 12 Sep 2008 22:15:54 -0000