|
List Info
Thread: Trac User overview
|
|
| Trac User overview |

|
2007-12-27 10:43:37 |
Where can i see which email addresse the trac users have. im
using
htaccess auth and im wondering if my users completet their
settings
dialog to initialize the account. i want to check which
email address
they are using. couldnt find anything under trac-admin?
where to look
for?
thx for the help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Trac Users" group.
To post to this group, send email to trac-users googlegroups.com
To unsubscribe from this group, send email to
trac-users-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: Trac User overview |
  United States |
2007-12-27 07:26:58 |
Run this query against your database.
SELECT sid, value FROM session_attribute WHERE
name='email';
--Noah
On Dec 27, 2007, at 8:43 AM, setcookie wrote:
>
> Where can i see which email addresse the trac users
have. im using
> htaccess auth and im wondering if my users completet
their settings
> dialog to initialize the account. i want to check which
email address
> they are using. couldnt find anything under trac-admin?
where to look
> for?
>
> thx for the help
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Trac Users" group.
To post to this group, send email to trac-users googlegroups.com
To unsubscribe from this group, send email to
trac-users-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: Trac User overview |
  Germany |
2007-12-27 14:48:25 |
Right but how to connect to the database ... i dont remember
setting up
anything else the the sqlite connection string. so how to
access this
database? im very new to trac and linux administration i
must confess.
>
> Run this query against your database.
>
> SELECT sid, value FROM session_attribute WHERE
name='email';
>
> --Noah
>
> On Dec 27, 2007, at 8:43 AM, setcookie wrote:
>
>>
>> Where can i see which email addresse the trac users
have. im using
>> htaccess auth and im wondering if my users
completet their settings
>> dialog to initialize the account. i want to check
which email address
>> they are using. couldnt find anything under
trac-admin? where to look
>> for?
>>
>> thx for the help
>> >
>>
>
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Trac Users" group.
To post to this group, send email to trac-users googlegroups.com
To unsubscribe from this group, send email to
trac-users-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: Trac User overview |

|
2007-12-27 14:52:49 |
Assuming your trac project is stored in /var/trac/myproject,
use the
"sqlite3" command-line tool:
sqlite3 /var/trac/myproject/db/trac.db
note that sqlite3 is not installed with pysqlite library, so
you may
need to install/download the sqlite3 package
HTH,
Manu
On Dec 27, 2007 9:48 PM, fra7l7 <frank 7l7.de> wrote:
>
> Right but how to connect to the database ... i dont
remember setting up
> anything else the the sqlite connection string. so how
to access this
> database? im very new to trac and linux administration
i must confess.
>
>
>
> >
> > Run this query against your database.
> >
> > SELECT sid, value FROM session_attribute WHERE
name='email';
> >
> > --Noah
> >
> > On Dec 27, 2007, at 8:43 AM, setcookie wrote:
> >
> >>
> >> Where can i see which email addresse the trac
users have. im using
> >> htaccess auth and im wondering if my users
completet their settings
> >> dialog to initialize the account. i want to
check which email address
> >> they are using. couldnt find anything under
trac-admin? where to look
> >> for?
> >>
> >> thx for the help
> >> >
> >>
> >
> >
> > >
>
>
> >
>
--
Manu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Trac Users" group.
To post to this group, send email to trac-users googlegroups.com
To unsubscribe from this group, send email to
trac-users-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: Trac User overview |
  Germany |
2007-12-27 15:14:17 |
ah ok ... thanks that did it
>
> Assuming your trac project is stored in
/var/trac/myproject, use the
> "sqlite3" command-line tool:
>
> sqlite3 /var/trac/myproject/db/trac.db
>
> note that sqlite3 is not installed with pysqlite
library, so you may
> need to install/download the sqlite3 package
>
> HTH,
> Manu
>
> On Dec 27, 2007 9:48 PM, fra7l7 <frank 7l7.de> wrote:
>>
>> Right but how to connect to the database ... i dont
remember setting up
>> anything else the the sqlite connection string. so
how to access this
>> database? im very new to trac and linux
administration i must confess.
>>
>>
>>
>> >
>> > Run this query against your database.
>> >
>> > SELECT sid, value FROM session_attribute WHERE
name='email';
>> >
>> > --Noah
>> >
>> > On Dec 27, 2007, at 8:43 AM, setcookie wrote:
>> >
>> >>
>> >> Where can i see which email addresse the
trac users have. im using
>> >> htaccess auth and im wondering if my users
completet their settings
>> >> dialog to initialize the account. i want
to check which email address
>> >> they are using. couldnt find anything
under trac-admin? where to look
>> >> for?
>> >>
>> >> thx for the help
>> >> >
>> >>
>> >
>> >
>> > >
>>
>>
>> >
>>
>
>
>
> --
> Manu
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Trac Users" group.
To post to this group, send email to trac-users googlegroups.com
To unsubscribe from this group, send email to
trac-users-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
[1-5]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|