Tereza Loparic | 8 Sep 14:22
Picon

ecrire doesn't load

Good morning!

There's a problem when I try to reach the admin interface (/ecrire) of
my site: the browser keeps "loading" and nothing happens. By the other
side, the website work normally...

http://www.assediomoral.org/ecrire

Did anybody have such experience?

Thank you in advance
tereza
Lists | 8 Sep 16:59
Picon

problem with password recognition after upgade to php 5.2.6

the behaviour seems to be o.k. 
First the user is recogniszed and assigned, but the password is never
accepted. 
A person rapported this problem and also with my user i have the same
problem.

What could be the problem? und solution:-)

regards
Patrick 

Patrick Ogay
Switzerland

Thomas Sutton | 9 Sep 06:35

Authentication and more in the public site

Hi folks,

We're working on (another) site that needs to authenticate  
(reasonably easy) and authorise (harder) users in the public web- 
site. The scenario is this: along with the normal information  
available to the general public, we also have a number of rubriques  
that need to be protected. These protected rubriques can only be  
accessed:

1) by an administrator;
2) by an editor;
3) by a visitor which has been assigned to the rubrique in  
spip_auteurs_rubriques.

To make things easier for the administrators, I've modified a few of  
the core files in /ecrire/ to always allow users to be added as  
visitors (without allowing people to sign themselves up) and to be  
able to restrict any user to one or more rubriques (rather than only  
administrators). Add a relatively simple PHP function to query the  
database tables that this UI maintains and a single <INCLURE> can  
ensure that only authorised users access it. This all works pretty  
well (though I anticipate hating the login form just as much as last  
time).

A slightly trickier requirement is that many visitor accounts will be  
valid only until a certain date, after which they should  
automatically disable themselves. I'm writing a plug-in (tentatively  
called "auteurs_expire" though I'm told this is a bit ugly) to  
accomplish this task.  Currently the plug-in can install/uninstall  
its database table and add an expandable box to author pages in the  
(Continue reading)

Heiko Jansen | 9 Sep 07:56
Picon

Re: Authentication and more in the public site

Hi Thomas,

I have no answers to your questions but I used the Plugin Acces
Restreint 2.0 for similar purposes, a public website with only one
rubrique only accessed by members of a network.

The Admin can generate visitors in the backend and give them the right
to access to the non-public rubrique. And you have a Login-form on the
front-end site. Perhaps this plugin has all the functionalities you
search....

More information on the plugin can be found at spip-contrib - the
babelfish is your friend ;-)

http://www.spip-contrib.net/Le-plugin-Acces-Restreint
http://www.spip-contrib.net/Acces-restreint-V2-les-objectifs

greetings from Bochum
Heiko

2008/9/9 Thomas Sutton <thomas@...>
>
> Hi folks,
>
> We're working on (another) site that needs to authenticate (reasonably easy) and authorise (harder)
users in the public web-site. The scenario is this: along with the normal information available to the
general public, we also have a number of rubriques that need to be protected. These protected rubriques
can only be accessed:
>
> 1) by an administrator;
(Continue reading)

Thomas Sutton | 9 Sep 10:10

Re: Authentication and more in the public site

Hi Heiko,

Thanks for the reply.

On 09/09/2008, at 1:56 PM, Heiko Jansen wrote:

> Hi Thomas,
>
> I have no answers to your questions but I used the Plugin Acces
> Restreint 2.0 for similar purposes, a public website with only one
> rubrique only accessed by members of a network.
>
> The Admin can generate visitors in the backend and give them the right
> to access to the non-public rubrique. And you have a Login-form on the
> front-end site. Perhaps this plugin has all the functionalities you
> search....
>
> More information on the plugin can be found at spip-contrib - the
> babelfish is your friend ;-)

Babelfish doesn't seem to like spip-contrib.net, but Google Translate  
works fine (and also translates quite well). I do need to make more  
of an effort to check spip-contrib.net... :-)

Plugin Acces Restreint takes a much better approach than modifying  
the templates to check user authorisation (and then hoping that you  
haven't forgotten anything).  I'll try it out immediately and if it  
works, I won't need to modify core SPIP files. Great!

Alas, I still need to disable user accounts after they run out of  
(Continue reading)

Tereza Loparic | 9 Sep 19:04
Picon

can't backup the content of the database

Hi,

I'm trying to backup the content of the database, by clicking the
"backup the database" button at Technical maintenance page.

But after authentication by FTP, then I get the error:

Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request POST /ecrire/.
Reason: Error reading from remote server

It produces tho about 450 files (50 ~ 500 Kb each), named
"dump.xml.gz.part.nnn".

Do anybody know what's wrong?

Thank you in advance
tereza
Gilles VINCENT | 9 Sep 22:39
Picon
Gravatar

Re: can't backup the content of the database

Hi,

wich version do you use ?
Is it spip19.2, or a SVN version (it's indicated at the bottom of the
private area) ?

.Gilles
--
2008/9/9 Tereza Loparic <telopa@...>:
> Hi,
>
>
> I'm trying to backup the content of the database, by clicking the
> "backup the database" button at Technical maintenance page.
>
> But after authentication by FTP, then I get the error:
>
> Proxy Error
> The proxy server received an invalid response from an upstream server.
> The proxy server could not handle the request POST /ecrire/.
> Reason: Error reading from remote server
>
> It produces tho about 450 files (50 ~ 500 Kb each), named
> "dump.xml.gz.part.nnn".
>
> Do anybody know what's wrong?
>
> Thank you in advance
> tereza
> _______________________________________________
(Continue reading)

Thomas Sutton | 11 Sep 08:11

Disabling users

Hi all,

Further to my previous messages, I've settled on the Acces Restreint  
plugin to do authorisation and have (nearly) finished my own plug-in  
to allow users to automatically disable each user after a deadline.

The only thing I need to figure out is the manner in which I disable  
expired user accounts. At the moment I'm planning on just filling the  
password columns with junk. Are there any better suggestions?

Regards,

Thomas Sutton
bouncingorange

Attachment (smime.p7s): application/pkcs7-signature, 2433 bytes
Gilles VINCENT | 11 Sep 09:25
Picon
Gravatar

Re: Disabling users

I'd suggest you to change their status (for ex. "disabled" instead of "6forum")
That would enable you to keep the same password if the user is re-activated

2008/9/11 Thomas Sutton <thomas@...>:
> Hi all,
>
> Further to my previous messages, I've settled on the Acces Restreint plugin
> to do authorisation and have (nearly) finished my own plug-in to allow users
> to automatically disable each user after a deadline.
>
> The only thing I need to figure out is the manner in which I disable expired
> user accounts. At the moment I'm planning on just filling the password
> columns with junk. Are there any better suggestions?
>
>
> Regards,
>
> Thomas Sutton
> bouncingorange
>
>
> _______________________________________________
> spip-en@... - http://listes.rezo.net/mailman/listinfo/spip-en
>
>
Lists | 12 Sep 11:22
Picon

Re: problem with password recognition after upgade to php 5.2.6

Hello all,

I still have this problem.
Nobody can log in to our SPIP Site. 

When I request a new password, I get a mail, and I can assign it, but
afterwards the password is still not known. 

I really don't know what to do. 

regards
Patrick Ogay

On Mon, 2008-09-08 at 16:59 +0200, Lists wrote:
> the behaviour seems to be o.k. 
> First the user is recogniszed and assigned, but the password is never
> accepted. 
> A person rapported this problem and also with my user i have the same
> problem.
> 
> What could be the problem? und solution:-)
> 
> regards
> Patrick 
> 
> 
> Patrick Ogay
> Switzerland
> 
> _______________________________________________
(Continue reading)


Gmane