Re: Best way to manage users

Поиск
Список
Период
Сортировка
От
Тема Re: Best way to manage users
Дата
Msg-id 20060104190520.40365.qmail@web33315.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Best way to manage users  ("Kevin Crenshaw" <kcrenshaw@viscient.com>)
Ответы Re: Best way to manage users  ("Kevin Crenshaw" <kcrenshaw@viscient.com>)
Список pgsql-novice
--- Kevin Crenshaw <kcrenshaw@viscient.com> wrote:

> Thanks for the replies.  I appreciate the advice.
> However, I think that a
> better way to pose my question is to ask - what are
> the pros and cons of
> using Postgres to handle user authentication for my
> web app?
>
> Thanks,
> Kevin

on a side note, remember to encrypt confidential
information (eg, passwords) as opposed to storing the
information in human readable format.  some pretty
high profile companies have been "lost" hardware with
unencrypted data...  like names and social security
numbers...

i use php and i need a user authentication system.
i've been stuck on this for a while, but i haven't
gone at it 100% either.

i'm going to use php to code the authentication logic
and will draw on data from pgsql.



__________________________________________
Yahoo! DSL – Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com


В списке pgsql-novice по дате отправления:

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: Best way to manage users
Следующее
От: "Kevin Crenshaw"
Дата:
Сообщение: Re: Best way to manage users