PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET Re: User Accounts

Reply

Re: User Accounts

 
Thread Tools Rate Thread
Old 29-06-2003, 05:54 AM   #1
Glenn Wilson
Guest
 
Posts: n/a
Default Re: User Accounts



Why not use the windows intergrated security, Then you would not have to
create log on screens or processes (Would mean that user passwords would not
need to be managed or the problem of users have multiple passwords and
getting them mixed up). You could the have a table storedinside you database
which has the permissions loaded into it and read from that as the program
starts.

Glenn

"Dev Singh" <debu@ihug.com.au> wrote in message
news:bdjn7m$2vj$1@lust.ihug.co.nz...
> Hi.
>
> I'm making a program which will allow access to the software's main
> component differently for individual users.
> Hence, there will be a process of either logging in as a current user or
> creating a new user (which will go through various forms for user details,
> etc.)
>
> The problem is. I have no clue how to do this.
>
> Does any one know of any sample applications which do this or would any

one
> be willing to spend some time to explain how I should go about this?
>
> If someone is willing to do it at a low enough cost, I'm willing to pay

for
> the actual solution.
>
> Thanks.
>
> Dev
>
>
>



  Reply With Quote
Old 29-06-2003, 06:38 AM   #2
Dev Singh
Guest
 
Posts: n/a
Default Re: User Accounts


Not very sure what you're saying. Could you elaborate please?

"Glenn Wilson" <gnwilson@optusnet.com.au> wrote in message
news:#HH#kPgPDHA.3192@tk2msftngp13.phx.gbl...
>
> Why not use the windows intergrated security, Then you would not have to
> create log on screens or processes (Would mean that user passwords would

not
> need to be managed or the problem of users have multiple passwords and
> getting them mixed up). You could the have a table storedinside you

database
> which has the permissions loaded into it and read from that as the program
> starts.
>
> Glenn
>
> "Dev Singh" <debu@ihug.com.au> wrote in message
> news:bdjn7m$2vj$1@lust.ihug.co.nz...
> > Hi.
> >
> > I'm making a program which will allow access to the software's main
> > component differently for individual users.
> > Hence, there will be a process of either logging in as a current user or
> > creating a new user (which will go through various forms for user

details,
> > etc.)
> >
> > The problem is. I have no clue how to do this.
> >
> > Does any one know of any sample applications which do this or would any

> one
> > be willing to spend some time to explain how I should go about this?
> >
> > If someone is willing to do it at a low enough cost, I'm willing to pay

> for
> > the actual solution.
> >
> > Thanks.
> >
> > Dev
> >
> >
> >

>
>



  Reply With Quote
Old 30-06-2003, 12:24 PM   #3
Khan Imran
Guest
 
Posts: n/a
Default Re: User Accounts

What Glenn says makes a lot of sense.But could you tell me what your
application is about, I mean will it a intranet based, that is the will the
user logging on the system be already authenticated by windows. If thats
the case what u can do is on startup capture the windows Login, and then
check with say a database where u have a table with loginids and the level
of access defined.
By the way this is just a general advise, If u need any clarification let me
know if ur application is browser based or and exe.


--
Regards
Khan Imran
"Dev Singh" <debu@ihug.com.au> wrote in message
news:bdm1he$q85$1@lust.ihug.co.nz...
>
> Not very sure what you're saying. Could you elaborate please?
>
> "Glenn Wilson" <gnwilson@optusnet.com.au> wrote in message
> news:#HH#kPgPDHA.3192@tk2msftngp13.phx.gbl...
> >
> > Why not use the windows intergrated security, Then you would not have to
> > create log on screens or processes (Would mean that user passwords would

> not
> > need to be managed or the problem of users have multiple passwords and
> > getting them mixed up). You could the have a table storedinside you

> database
> > which has the permissions loaded into it and read from that as the

program
> > starts.
> >
> > Glenn
> >
> > "Dev Singh" <debu@ihug.com.au> wrote in message
> > news:bdjn7m$2vj$1@lust.ihug.co.nz...
> > > Hi.
> > >
> > > I'm making a program which will allow access to the software's main
> > > component differently for individual users.
> > > Hence, there will be a process of either logging in as a current user

or
> > > creating a new user (which will go through various forms for user

> details,
> > > etc.)
> > >
> > > The problem is. I have no clue how to do this.
> > >
> > > Does any one know of any sample applications which do this or would

any
> > one
> > > be willing to spend some time to explain how I should go about this?
> > >
> > > If someone is willing to do it at a low enough cost, I'm willing to

pay
> > for
> > > the actual solution.
> > >
> > > Thanks.
> > >
> > > Dev
> > >
> > >
> > >

> >
> >

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off