]> git.pld-linux.org Git - packages/Zope-exUserFolder.git/commitdiff
- user after authorize should be a member
authorundefine <undefine@pld-linux.org>
Wed, 15 Dec 2004 13:45:22 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-exUserFolder-user_is_a_member.patch -> 1.1

Zope-exUserFolder-user_is_a_member.patch [new file with mode: 0644]

diff --git a/Zope-exUserFolder-user_is_a_member.patch b/Zope-exUserFolder-user_is_a_member.patch
new file mode 100644 (file)
index 0000000..5f288f6
--- /dev/null
@@ -0,0 +1,10 @@
+--- AuthSources/smbAuthSource/smbAuthSource.py~        2004-11-10 15:15:51.000000000 +0100
++++ AuthSources/smbAuthSource/smbAuthSource.py 2004-12-13 02:54:52.686324400 +0100
+@@ -119,6 +119,7 @@
+               if self.currentPropSource:
+                       roles=self.currentPropSource.getUserProperty(username=username, key='_roles', default=[])
++                      roles.append('Member')
+                       groups=self.currentPropSource.getUserProperty(username=username, key='_groups', default=[])
+               if not roles:
This page took 0.075171 seconds and 4 git commands to generate.