I am having a lot of problems with user forgetting their passwords. The way my
customers work is there is not always someone on duty(24/7/365) to reset a users
password. I would like to implement a system like on some websites where the
user clicks a button to reset the password and receive it in an email. I have
all the code done except for resetting the password. I can't find a way to
reset the password except in the Admin module or if the user is signed on. How
can I reset a users password with code outside of the admin module and with the
user not being signed on?
Thanks
Ray
Boa tarde
Jackson, estou com problema no componente no momento em que fecho a aplicação,
mas somente quando faço logon com um usuario diferente de "master", qualquer um,
fiz um debug e ele está dando access violation na unit BDE_DRIVER no momento em
que ele tenta dar um free no UserLogin,
utilizo compnente versão 2.0.5 com delphi 7.
Desde já agradeço qualquer ajuda.
destructor TBDEDriver.Destroy;
begin
if not (csdesigning in componentstate) then
begin
UserLogin.Free; //Aqui dá o erro
UserAdm.Free;
end;
inherited Destroy;
end;
be sure your login window is modal...
----- Original Message -----
From: sydx33
To: toolsandcomps@yahoogroups.com
Sent: Saturday, September 19, 2009 6:34 AM
Subject: [toolsandcomps] How do I know if login form is visible?
I need this to stop other windows popping up in front of it.
Thanks.
[Non-text portions of this message have been removed]
Using Delphi 2006, Tools and Comps version 2.0.5.0, DBISAM v4.27 build 5
I have 2 apps. One uses APP_KEY = Main and one uses APP_KEY = Admin.
1. In the security admin I add a user under App = Admin one and it adds 1 record
to the UCS_User table and 1 record to the UCS_UserInfo table.
2. change the application to the other one App - Main. Select the user I just
created. It looks like it has a profile but it really doesn't since only one
record exists for that user in the UCS_UserInfo table. Any modifications to the
user at this point is actually change another users settings for that App.
So when creating a user why does it not create a UCS_UserInfo record for each of
the APPs? In the end I am left with a user that has no profile record for one of
the apps and it never creates one for it.
I did try exiting the app and then log into the Main app as master in hopes that
it would then create the record but that did not work either. When I do try to
log into the Main app as the new user it does say that the user has no profile
(which is correct)
Any suggestions? Is there any patches since?
Thanks
Ian
Perdon corrijo.
La version que tengo es la 2.0.5.0
--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
> > La version es 2.0.2.0 para Delphi 5. Lo uso con BDE
>
> La mas recién es la 2.0.5.0.
>
La version es 2.0.2.0 para Delphi 5. Lo uso con BDE
Saludos
Jackson Gomes - Tools&Comps escribió:
>
>
> cual version y driver?
>
> Queria saber si en alguna nueva verson se resuelven 2 problemas que
> suceden en la version actual (2.0).
> 1- Al crear un perfil que hereda de otro habitualmente da un error de
> clave primaria. Por lo que pude observar es como que intenta crear las
> nuevos perisos pero en lugar de asociarselos al nuevo perfil se los
> intenta asociar al perfil padre.
> 2- Respecto al mismo tema, tarda muchisimo en crear un nuevo perfil
> qeu hereda de otro ya que lo va haciendo permiso por permiso en lugar
> de ejecutar una instruccion SQL.
> Gracias
>
> .
>
> [Non-text portions of this message have been removed]
>
>
cual version y driver?
Queria saber si en alguna nueva verson se resuelven 2 problemas que suceden en
la version actual (2.0).
1- Al crear un perfil que hereda de otro habitualmente da un error de clave
primaria. Por lo que pude observar es como que intenta crear las nuevos perisos
pero en lugar de asociarselos al nuevo perfil se los intenta asociar al perfil
padre.
2- Respecto al mismo tema, tarda muchisimo en crear un nuevo perfil qeu hereda
de otro ya que lo va haciendo permiso por permiso en lugar de ejecutar una
instruccion SQL.
Gracias
.
[Non-text portions of this message have been removed]
Queria saber si en alguna nueva verson se resuelven 2 problemas que suceden en
la version actual (2.0).
1- Al crear un perfil que hereda de otro habitualmente da un error de clave
primaria. Por lo que pude observar es como que intenta crear las nuevos perisos
pero en lugar de asociarselos al nuevo perfil se los intenta asociar al perfil
padre.
2- Respecto al mismo tema, tarda muchisimo en crear un nuevo perfil qeu hereda
de otro ya que lo va haciendo permiso por permiso en lugar de ejecutar una
instruccion SQL.
Gracias
--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
>
>
> > i use TUSERS with Delphi7 and Firebird.
> > For a new project i need a version for Delphi2009 (ev.
> > Dataabstract/remobjects).
> > Is Tusers dead ? I see no messages. Is there a version for Delphi2009?
>
> TUsers is not dead, just sleeping a little bit while I work on a big project.
>
> I'll find sometime in the next weeks to release a D2009 version...
>
> Jackson Gomes
> Tools&Comps - Security Components for CodeGear Developers.
> Web Site: http://www.toolsandcomps.com
> Our Forum: http://groups.yahoo.com/group/toolsandcomps
> e-mail: jackson@...
> Phone: 55 27 33891138
>
Hello Jackson,
thanks for your answer. As developers we mostly sit in the same boat.
I am happy to hear that there will be a D2009 Version, because I am a satisfied
User of TUSERS2 with Delphi 7.
For a new project with D2009 i am glad that I can continue using TUSERS2 instead
of switching to another component.
Best regards
Werner Hofmann
> i use TUSERS with Delphi7 and Firebird.
> For a new project i need a version for Delphi2009 (ev.
> Dataabstract/remobjects).
> Is Tusers dead ? I see no messages. Is there a version for Delphi2009?
TUsers is not dead, just sleeping a little bit while I work on a big project.
I'll find sometime in the next weeks to release a D2009 version...
Jackson Gomes
Tools&Comps - Security Components for CodeGear Developers.
Web Site: http://www.toolsandcomps.com
Our Forum: http://groups.yahoo.com/group/toolsandcomps
e-mail: jackson@...
Phone: 55 27 33891138
Hello,
i use TUSERS with Delphi7 and Firebird.
For a new project i need a version for Delphi2009 (ev. Dataabstract/remobjects).
Is Tusers dead ? I see no messages. Is there a version for Delphi2009?
best regards
Werner Hofmann
Jackson.
I have had no answer.
I have tried a lot of posibilities.
I did it the way your manual says and I got an error.
What can I do....
Can you help me, please?
Thanks in advance...
--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
> Install the packages in the order described in the manual and then
the FIB
> Driver...
>
> > "cannot load package 'tc_custom_driver'. It contains unit
> > 'custom_uadm_dtm', which is also contained in package 'users_ide'"
>
Sorry. I am not being clear.
I am doing what the manual says...
1.. userside.
2. custom driver... This is the point where the error is located...
--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
> Install the packages in the order described in the manual and then
the FIB
> Driver...
>
> > "cannot load package 'tc_custom_driver'. It contains unit
> > 'custom_uadm_dtm', which is also contained in package 'users_ide'"
>
I am telling you.
First userside....
second....I got the error...
help me please...
--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
> Install the packages in the order described in the manual and then
the FIB
> Driver...
>
> > "cannot load package 'tc_custom_driver'. It contains unit
> > 'custom_uadm_dtm', which is also contained in package 'users_ide'"
>
Install the packages in the order described in the manual and then the FIB
Driver...
> "cannot load package 'tc_custom_driver'. It contains unit
> 'custom_uadm_dtm', which is also contained in package 'users_ide'"
OK.
I installed userside....ok.
I tried to install the custom driver...
Delphi 2009 says
"cannot load package 'tc_custom_driver'. It contains unit
'custom_uadm_dtm', which is also contained in package 'users_ide'"
I can not advance.......Help me, please...
--- In toolsandcomps@yahoogroups.com, "Eduardo Ballinas Espinosa"
<eballina@...> wrote:
>
> I tried now to install the bpls.
> I have 4 components, including the conection.
> Now the problem is that the conection does not recognize the
> fibdatabase....!!!!!
>
> Help me please...
>
>
> --- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
> <jackson@> wrote:
> >
> >
> > > Now I have the component but not the conector....
> > > What do I do?
> >
> > Does it shows you any error message?
> >
>
I tried now to install the bpls.
I have 4 components, including the conection.
Now the problem is that the conection does not recognize the
fibdatabase....!!!!!
Help me please...
--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
> > Now I have the component but not the conector....
> > What do I do?
>
> Does it shows you any error message?
>
Now I have the component but not the conector....
What do I do?
--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
> > I installed users_20
> > everything ok
> > Then the fibplus connector.
> > Users is gone..!!!
>
> Try to re-install the TUsers packages again...
>
> Jackson Gomes
> Tools&Comps - Security Components for CodeGear Developers.
> Web Site: http://www.toolsandcomps.com
> Our Forum: http://groups.yahoo.com/group/toolsandcomps
> e-mail: jackson@...
> Phone: 55 27 33891138
>
> I installed users_20
> everything ok
> Then the fibplus connector.
> Users is gone..!!!
Try to re-install the TUsers packages again...
Jackson Gomes
Tools&Comps - Security Components for CodeGear Developers.
Web Site: http://www.toolsandcomps.com
Our Forum: http://groups.yahoo.com/group/toolsandcomps
e-mail: jackson@...
Phone: 55 27 33891138
> Oi, atualizei finalmemente meu D7 para D2009, como atualizo o
> componente, basta recompila-lo ?
São necessárias algumas modificações na unit Class_CDS_Protect.pas:
for i:=0 to Length(Password)-1 do
begin
Aux:=FormatFloat('000',Ord(Password[i+1]));
GUIDNumber[I*3+1]:=AnsiChar(Aux[1]);
GUIDNumber[I*3+2]:=AnsiChar(Aux[2]);
GUIDNumber[I*3+3]:=AnsiChar(Aux[3]);
end;
só que eu ainda não testei isso.
--
Jackson Gomes - ToolsComps
Oi, atualizei finalmemente meu D7 para D2009, como atualizo o componente,
basta recompila-lo ?
_____
De: toolsandcomps@yahoogroups.com [mailto:toolsandcomps@yahoogroups.com] Em
nome de Jackson Gomes - Tools&Comps
Enviada em: sábado, 22 de novembro de 2008 18:37
Para: toolsandcomps@yahoogroups.com
Assunto: Re: [toolsandcomps] Logout problem
> I want users to be able to logout when they leave their desk.
> I have a menu item with an OnClick event of Users1.Logout.
> When clicked the user remains logged in and the main menu disappears.
> How do I get a user to logout?
You have the expected behavior... You need to call Login again....
Jackson Gomes
Tools&Comps - Controle de Usuários para Desenvolvedores CodeGear
Web Site: http://www.toolsand <http://www.toolsandcomps.com> comps.com
Nosso Fórum: http://groups. <http://groups.yahoo.com/group/toolsandcomps>
yahoo.com/group/toolsandcomps
e-mail: jackson@toolsandcom <mailto:jackson%40toolsandcomps.com> ps.com
Fone: 27 3389 1138 - 8811 0324
----------------------------------------------------------
http://jacklovesdel <http://jacklovesdelphi.blogspot.com> phi.blogspot.com -
Delphi, Intraweb, etc....
----------------------------------------------------------
Devhost - Webhost para desenvolvedores Delphi
http://www.devhost. <http://www.devhost.com.br> com.br
devhost@devhost. <mailto:devhost%40devhost.com.br> com.br
[Non-text portions of this message have been removed]
> I want users to be able to logout when they leave their desk.
> I have a menu item with an OnClick event of Users1.Logout.
> When clicked the user remains logged in and the main menu disappears.
> How do I get a user to logout?
You have the expected behavior... You need to call Login again....
Jackson Gomes
Tools&Comps - Controle de Usuários para Desenvolvedores CodeGear
Web Site: http://www.toolsandcomps.com
Nosso Fórum: http://groups.yahoo.com/group/toolsandcomps
e-mail: jackson@...
Fone: 27 3389 1138 - 8811 0324
----------------------------------------------------------------------------
http://jacklovesdelphi.blogspot.com - Delphi, Intraweb, etc....
----------------------------------------------------------------------------
Devhost - Webhost para desenvolvedores Delphi
http://www.devhost.com.brdevhost@...
I want users to be able to logout when they leave their desk.
I have a menu item with an OnClick event of Users1.Logout.
When clicked the user remains logged in and the main menu disappears.
How do I get a user to logout?
OI have read youtr reply about new zeos driver, BTW i ave posted this
zeos in files section, also for anyDAC. hope you can use it for the
new release.
regards
--- In toolsandcomps@yahoogroups.com, "fduenas77" <fduenas77@...> wrote:
>
> Hi any info about next release of this component?.
>
> BTW I posted new driver in the files section of this forum hope you
> can include them.
>
> - Changed a little the SQl when retreiving the profiles, I added a
> wayy to assign more than one profile to a auser. by adding a new table
> where i store userID and profile ID,and in the sql in will browse also
> profiles from that table. This could be anice feature to add, if the
> GUI is difficul to create right now, at least give the methods to add
> them manually.
>
>
> - Another feature to be added is to run events when adding, modifying
> and deleting a users/profiles, and also to give the chance to delete
> it from the database or only mark it as disabled when calling 'delete
> user/profile' from the admin window.
>
> regards
>