Hi, 

I've tried using the @login_required decorator to limit acces to a
certain view.
This worked fine.
Unfortunately in the template that you are redirected to if the login
was succesfull I don't have acces to any information like username oder
alike.

How do I realize that ?!

For the login template i used the example shown in the documentation.

My template looks like this:

{% extends "main/base_site.html" %}
{% block content %}
<h1> TEST </h1>
<p>...........................</p>
<p>{% firstof request.user.id %}</p>
<p>...........................</p>
{% endblock %}

Kind regards

. . . . . . . . . . . . . . . . . . . . . . . . . .
Patrick Szabo
 XSLT-Entwickler 
LexisNexis
Marxergasse 25, 1030 Wien

mailto:patrick.sz...@lexisnexis.at
Tel.: +43 (1) 534 52 - 1573 
Fax: +43 (1) 534 52 - 146 





-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to