<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/exuserfolder/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/exuserfolder/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/exuserfolder/feature-requests/</id><updated>2004-12-20T02:08:16Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>PAM support ;)</title><link href="https://sourceforge.net/p/exuserfolder/feature-requests/7/" rel="alternate"/><published>2004-12-20T02:08:16Z</published><updated>2004-12-20T02:08:16Z</updated><author><name>Andrzej Dopierala</name><uri>https://sourceforge.net/u/undefine/</uri></author><id>https://sourceforge.netd72771d1f69dd1c8cb2230a5edc86b039691dab2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;there would be nice to have PAM support, probably based&lt;br /&gt;
on smb  :)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Customization of cookie names for authentication</title><link href="https://sourceforge.net/p/exuserfolder/feature-requests/6/" rel="alternate"/><published>2004-03-08T00:31:21Z</published><updated>2004-03-08T00:31:21Z</updated><author><name>Frode Danielsen</name><uri>https://sourceforge.net/u/fdaniels/</uri></author><id>https://sourceforge.net4273a5726bf750bdfe61c47c5d384b47c73fedbf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;(Note. I do not fully understand zope and authentication)&lt;/p&gt;
&lt;p&gt;I seems as the cookie names used for authentication is &lt;br /&gt;
hardcoded. I wish these where easly customizable &lt;br /&gt;
through ZMI.&lt;/p&gt;
&lt;p&gt;The authentication token cookie is currently set &lt;br /&gt;
to "__ac". This cookiename fails on several WAP devices &lt;br /&gt;
(mobile phones).&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;br /&gt;
Frode&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>manage_changeProperties expectations</title><link href="https://sourceforge.net/p/exuserfolder/feature-requests/5/" rel="alternate"/><published>2002-10-31T12:51:05Z</published><updated>2002-10-31T12:51:05Z</updated><author><name>Jeremy Cook</name><uri>https://sourceforge.net/u/jeremycook/</uri></author><id>https://sourceforge.net4168916fa46aa2a754d772e91008878454e5e69a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;manage_changeProperties expects that you want to go&lt;br /&gt;
back to your portal's ROOT directory (baseURL as&lt;br /&gt;
specified in acl_users properties) when you are finished.&lt;/p&gt;
&lt;p&gt;return self.MessageDialog(self,&lt;br /&gt;
title  ='Properties updated',&lt;br /&gt;
message=&amp;amp;quot;Your properties have been updated&amp;amp;quot;,&lt;br /&gt;
action =self.baseURL,   &amp;amp;lt;======================&lt;br /&gt;
REQUEST=REQUEST,&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;I do not, and want to go back to where I called the&lt;br /&gt;
ChangeProperties from (probably URL1 ?).&lt;/p&gt;
&lt;p&gt;The reason for this is that I want to implement a ZWiki&lt;br /&gt;
that uses exUserFolder, and am modifying their&lt;br /&gt;
UserOptions to access certain values from acl_users&lt;br /&gt;
instead  of from cookies. When I am don  editing&lt;br /&gt;
options I end up in some stupid place!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>enhanced user cache</title><link href="https://sourceforge.net/p/exuserfolder/feature-requests/4/" rel="alternate"/><published>2002-06-10T15:09:23Z</published><updated>2002-06-10T15:09:23Z</updated><author><name>Christian Heimes</name><uri>https://sourceforge.net/u/tiran/</uri></author><id>https://sourceforge.net8ba0fb12580d5643299b60ebcaf535ca280544a4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Caching of all user proberties and dates (see other&lt;br /&gt;
feature request), too.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>created, lastlogin and lastchanged date</title><link href="https://sourceforge.net/p/exuserfolder/feature-requests/3/" rel="alternate"/><published>2002-06-10T15:04:33Z</published><updated>2002-06-10T15:04:33Z</updated><author><name>Christian Heimes</name><uri>https://sourceforge.net/u/tiran/</uri></author><id>https://sourceforge.netcdc66ce5b6094971acc80292dce8fa92ec9e1f86</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Storing some additional information about user logins&lt;br /&gt;
in the user database like mysqluserfolder:&lt;/p&gt;
&lt;p&gt;- 'created' when was the user created&lt;br /&gt;
- 'lastlogin' user's last login&lt;br /&gt;
- 'lastchanged' last change of the user information&lt;br /&gt;
(proberties. roles and password)&lt;/p&gt;
&lt;p&gt;greetings&lt;br /&gt;
Christian&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Password encyption MD5, SHA</title><link href="https://sourceforge.net/p/exuserfolder/feature-requests/2/" rel="alternate"/><published>2002-03-28T13:34:19Z</published><updated>2002-03-28T13:34:19Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc9b7e4e95836dcd11fd952d7f6856a2edc9da769</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Choice of encrypting passwords using MD5, SHA or &lt;br /&gt;
crypt.&lt;br /&gt;
Choose encryption at time of folder creation.&lt;br /&gt;
Optionally prepend encryption type to password, e.g. &lt;br /&gt;
{SHA}abcde like zpasswd.py does&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Session Tracking</title><link href="https://sourceforge.net/p/exuserfolder/feature-requests/1/" rel="alternate"/><published>2001-10-14T14:41:27Z</published><updated>2001-10-14T14:41:27Z</updated><author><name>Andrew Milton</name><uri>https://sourceforge.net/u/akm/</uri></author><id>https://sourceforge.net79d8b1715868e50b9e91d27071e0a0c1ef0b15df</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Add so called Session Tracking, which amounts to&lt;br /&gt;
allowing Anonymous Users to have properties set on them.&lt;/p&gt;
&lt;p&gt;Sessions will have to time out, and transient&lt;br /&gt;
properties will have to expire.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>