Re: AW: [Mailman-Users] Password?

2002-04-30 Thread John W Baxter

In response to:

At 13:04 +0200 4/30/2002, Mihail Tsagidis wrote:
>As an administrator of a list only, how is it possible to change a password to
>a specific one of a user that you manually subscribe via web-interface?
>
>Because i would like to choose a specific (for all members equal password) for
>every one I manually subscribe (as a list admin).

I wrote:

Given that you do not have access to the command line tools or the Mailman
source, I think the best you can do is subscribe the users via the mail
interface, specifying the desired (constant) password.

I would use (Mac) Eudora "stationery" for that (where the stationery fills
in everything but the address being subscribed)...I don't know how to do it
in Outlook (which you used to send your message to the list).

  AFTERTHOUGHT
Actually, I wouldn't use Eudora for the task, but a suitable web page which
can forge the appropriate mail message.  Forging what is needed in Eudora
would involve changing a "personality" for each outgoing message.

One of our list owners does exactly that for a couple of lists, so that
unsubscribing can also be done via her forms without password.

  --John

-- 
John Baxter   [EMAIL PROTECTED]  Port Ludlow, WA, USA


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: AW: [Mailman-Users] Password?

2002-04-30 Thread John W Baxter

At 13:04 +0200 4/30/2002, Mihail Tsagidis wrote:
>As an administrator of a list only, how is it possible to change a password to
>a specific one of a user that you manually subscribe via web-interface?
>
>Because i would like to choose a specific (for all members equal password) for
>every one I manually subscribe (as a list admin).

Given that you do not have access to the command line tools or the Mailman
source, I think the best you can do is subscribe the users via the mail
interface, specifying the desired (constant) password.

I would use (Mac) Eudora "stationery" for that (where the stationery fills
in everything but the address being subscribed)...I don't know how to do it
in Outlook (which you used to send your message to the list).

  --John

-- 
John Baxter   [EMAIL PROTECTED]  Port Ludlow, WA, USA


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



AW: [Mailman-Users] Password?

2002-04-30 Thread Mihail Tsagidis

Hello,

As an administrator of a list only, how is it possible to change a password to
a specific one of a user that you manually subscribe via web-interface?

Because i would like to choose a specific (for all members equal password) for
every one I manually subscribe (as a list admin).

Thanks,
Michael T.

> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im Auftrag von Jon Carnes
> Gesendet: Donnerstag, 11. April 2002 23:38
> An: [EMAIL PROTECTED]; Hannes Hofer
> Betreff: Re: [Mailman-Users] Password?
>
>
> Direct them to go to the listinfo page for the list, enter their email
> address at the bottom of the page and press the submit button. On the next
> page there is a link to have their password mailed to them.
>
> The default listinfo page is poorly laid out.  Several folks have suggested
> much nicer layouts which make it clear what to do if they have forgotten (or
> simply don't know) their password.
>
> - Original Message -
> From: "Hannes Hofer" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 10, 2002 12:22 PM
> Subject: [Mailman-Users] Password?
>
>
> > Hi
> >
> > If a user have been subscribed by a list administrator, how does he/she
> > obtain a password?
> >
> > I am the administrator of a list and I initially mass-added the
> subscribers
> > but opted not to send out the "canned" welcome message (I wrote a welcome
> > message on my own). Now I am getting complaints that users can not see the
> > subscriber list because they don't have a password. I have not been able
> to
> > find anything about this issue in the documentation.
> >
> > Thanks for your help
> >
> > Hannes Hofer
> >
> >
> >
> > --
> > Mailman-Users mailing list
> > [EMAIL PROTECTED]
> > http://mail.python.org/mailman/listinfo/mailman-users
> > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
>
>
>
> --
> Mailman-Users mailing list
> [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
>



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: AW: [Mailman-Users] password input

2002-03-05 Thread Hakon Brynildsen

HTML guru to the rescue!

Although I haven't followed the thread of this discussion, you could
change the INPUT line to contain


It will show up on "View source" though, but if you don't care about
that - then that's what you need.


Mihail Tsagidis wrote:
> 
> Hello,
> 
> I have had an idea, that this will be possible if you hide the passwort
> request and pass ist through with hard-written code. The passwort will be
> the same for all users, but at the other side, there will be no need to
> insert a passwort, I think.
> 
> While i am not a html-guru i think that there is a little tag that hides an
> input type and passes a value through. So far I have this code:
> 
> 
> Mihail Tsagidis
> 
> -Ursprüngliche Nachricht-
> Von: Jon Carnes [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 5. März 2002 15:50
> An: Mihail Tsagidis; [EMAIL PROTECTED]
> Betreff: Re: [Mailman-Users] password input
> 
> This will be an option in the next version.  You will be able to setup lists
> that do not use passwords.  If you want that functionality now, then you'll
> have to apply one of the many patches that do it, or you'll have to modify
> the source yourself.
> 
> I don't know where to find any of the patches (and ironically I've written a
> few of them...), but if you search the archives or do a google search you
> will undoubtedly find one you like.
> 
> Jon Carnes
> 
>  --- Original Message: Tuesday 05 March 2002 09:25 am ---
> > Hello,
> >
> > Is it possible for a user to subscribe to a mailman ver.2 list without
> > including a passwort into his webbased request?
> >
> >
> > TIA,
> > Mihail Tsagidis
> 
> --
> Mailman-Users maillist  -  [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users

-- 
Regards

Hakon Brynildsen
IS - Framestore CFC

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



AW: [Mailman-Users] password input

2002-03-05 Thread Mihail Tsagidis

Hello,

I have had an idea, that this will be possible if you hide the passwort
request and pass ist through with hard-written code. The passwort will be
the same for all users, but at the other side, there will be no need to
insert a passwort, I think.

While i am not a html-guru i think that there is a little tag that hides an
input type and passes a value through. So far I have this code:


Mihail Tsagidis

-Ursprüngliche Nachricht-
Von: Jon Carnes [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 5. März 2002 15:50
An: Mihail Tsagidis; [EMAIL PROTECTED]
Betreff: Re: [Mailman-Users] password input


This will be an option in the next version.  You will be able to setup lists
that do not use passwords.  If you want that functionality now, then you'll
have to apply one of the many patches that do it, or you'll have to modify
the source yourself.

I don't know where to find any of the patches (and ironically I've written a
few of them...), but if you search the archives or do a google search you
will undoubtedly find one you like.

Jon Carnes

 --- Original Message: Tuesday 05 March 2002 09:25 am ---
> Hello,
>
> Is it possible for a user to subscribe to a mailman ver.2 list without
> including a passwort into his webbased request?
>
>
> TIA,
> Mihail Tsagidis


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users