Displaying 20 results from an estimated 9119 matches for "forgot".
Did you mean:
forget
2010 Jun 28
2
"forgot my password" feature
...(v.1.1.11) combination which we have user data on MySQL as virtual users. We have configured the SquirrelMail interface so that users can now change their own passwords.
Is there any opensource solution to provide "self service password management" which would allow us to add the "I forgot my password. Lets reset it" feature which would do the authentication with the help of some random personal data or personal question/answer combination ?
Regards.
--
Mustafa ?a?atayl?
B?M
2006 May 16
1
Retriving password,if users forgot password
hi rails gals and guys
im creating authentication using username and password,i wants to know how to retrive the username and password,if user forgot the username and password by asking secret question and secret answer
e.g : what is your pet''s name?
if anyone knows how to implement tis,plz send your suggestions and ideas.
N.C.Sharmila
---------------------------------
Why was V. Sehwag wa...
2005 May 22
1
forgot ARCH=xen
I''ve been doing some testing on a kernel driver which compiles
separately as a module, and after a few days of on-and-off testing have
just realised that I forgot ARCH=xen in the makefile and so consequently
it crashed and burned at the first spin_lock_irqsave().
Should xen have given me an error message here?
James
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Aug 24
1
Authlogic Forgot Password
Hi,
Has anyone implemented the Authlogic forgot password stuff?
Please let us know how to, if anyone has or has the code for it.
Thanks,
Pratik
2004 Oct 18
0
[LLVMdev] Missing inclusion of <algorithm> and the fix for variable length array I forgot to attach to previous message
Two files forgot to #include <algorithm> so std::find was not defined -
I guess some gcc header included this indirectly, but VC does not...
I also include the patch for the variable length array problem I forgot
to attach to my previous mail.
m.
-------------- next part --------------
An embedded and ch...
2006 Nov 13
0
[734] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Remove debug output line I forgot to remove before I did a commit.
...nd:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[734] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Remove debug output line I forgot to remove before I did a commit.</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>734</dd>
<dt>Author</dt> <dd>seanlong</dd>
<dt>Date</dt> <dd>2006-11-13 02:05:34 -0500 (Mon, 1...
2019 Sep 03
2
reverse dependency checks
I remember there was advice about a server that one could use for reverse dependency
checks, but I forgot to write it down.? (Or I did save the info and forgot where I saved
it...)?? I have been doing the checks for survival myself, but the count is getting out of
hand (663, not counting bioconductor).
Any pointers?
Terry Therneau
[[alternative HTML version deleted]]
2006 Jul 10
1
Oops, forgot about apop...
How does one go about generating a local password database for apop authentication?
Or can it simply run against /etc/passwd, using a PAM entry?
(I forgot to append this to my last message... sorry...).
Thanks much.
-=-=-=-=-=-=-=-=-=-=-=-
Bruce Lane, Owner & Head Hardware Heavy,
Blue Feather Technologies -- http://www.bluefeathertech.com
kyrrin (at) bluefeathertech do/t c=o=m
"If Salvador Dali had owned a computer, would it have been eq...
1999 Nov 25
0
DCE Patch (forgot the attachment. Grr)
Hmm... i think it's time to go home now... forgot attachment.
//T-?
>Hi all.
>
>I am submitting a patch that adds DCE authentication and credential
> >attaching. Fully legit, no ugly hacks ;)
>
>I looked (some) at Paul Henson's <henson at acm.org> patch for ssh-1.2.20
>while coding.
>
>The patch [attache...
2004 May 12
0
New tutorial (Forgot the address)!
Sorry guys. I was in a hurry and forgot to include the url.
Just click <a
href="http://wxruby.rubyforge.org/wiki/wiki.pl?Frames_(Part_1)">here</a>
or enter in this url:
http://wxruby.rubyforge.org/wiki/wiki.pl?Frames_(Part_1)
Ugh!
Robert
_________________________________________________________________
Stop w...
2004 Oct 25
2
[LLVMdev] Visual C patches - forgot to attach to last mail...
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041025/d290c6e0/attachment.txt>
2004 Oct 25
0
[LLVMdev] Visual C patches - forgot to attach to last mail...
On Oct 25, 2004, at 3:41 AM, Morten Ofstad wrote:
> Index: lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
> ===================================================================
> RCS file:
> /var/cvs/llvm/llvm/lib/ExecutionEngine/Interpreter/
> ExternalFunctions.cpp,v
> retrieving revision 1.78
> diff -u -r1.78 ExternalFunctions.cpp
> ---
2006 Apr 01
2
(no answer)
...se-making
plant biology) but I've always thought that statistics is something
that can be mastered on short notice.
Briefly, I have an experiment in which a response variable is
repeatedly measured at 1-day intervals, except that after a plant
becomes sick, it is measured every three days. We forgot to randomize
on one of the important variables (soil pH) and we forgot to measure
the soil pH. Plants that begin to respond to treatment are harvested
and eaten (deep fried if they don't look so good), but we want to make
an inference about long-term responses. In addition, we forgot to
measu...
2011 Oct 18
4
Better solution for puppet SVN releases
...naging our puppet modules with one SVN workspace for each
admin.
The post commit hook script updates /etc/puppet/ directory and triggers the
puppet kick of the correct server.
The problem we have with this solution is that sometimes there are many
small checkins to one change, because the admin forgot to change small
details in the config file, e.g. forgot to change the access logfile name of
the vHost, forgot a redirect, misspelling in the comments etc.
What we end up with are many micro checkins, which can be used to tell every
small mistake the admin has done.
What we want is a solution...
2007 Dec 19
3
x86_emulate(): forgot to generate_exception_if() for 0xff?
Hi all,
In arch/x86/x86_emulate.c: x86_emulate():
1716 case 0xfe: /* Grp4 */
1717 generate_exception_if((m odrm_reg & 7) >= 2, EXC_UD);
1718 case 0xff: /* Grp5 */
1719 switch ( modrm_reg & 7 )
1720 {
1721 case 0: /* inc */
1722 emulate_1op("inc", dst, _regs.eflags);
1723 break;
1724
2006 Aug 16
6
error with edge rails
I''ve started an app with rails 1.1.6 then ran freeze_edge. My app
will not run with rails in the vendor folder. Have I forgot to do
something? I"ve been without the internet for the last two months.
Has something changed?
2003 Mar 29
0
Forgot to post tunnel file
office tunnel file
openvpn net 64.42.49.237
openvpn:7777 net 64.42.49.235
2009 Apr 03
2
Newby- New install forgot Login - pwd
Hi,
I have just spent a whole day installing Centos 5.3 on an old machine
and now as I take disc 4 out and reboot, I get the first black screen
with Login and Password.
I can remember being asked for one Login and pwd early in the install
but chose not to use one, then it asked what the box is going to be
called and I said Linux...
(I think).
How in earth can I get myself out of this??
2010 Jan 19
1
forgot the function to divide a dataset into equal parts
Hi,
I just cannot remember the R function to divide a dataset into equal
parts. And i searched the "divide dataset into equal parts" in R site, but
cannot find it.
Anybody can tell me that function. I am just blocked by it.
Thanks a lot.
--
-----------------
Jane Chang
Queen's
[[alternative HTML version deleted]]
2004 Jan 03
2
one more thing i forgot...
there is one more thing that you should probably see:
this is the error message that cygrunsrv.exe gave me:
Eric at ballistic ~
$ cygrunsrv --start sshd
cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062:
The service has not been started.
this is the error message that "net" gave to me:
Eric at ballistic ~
$ net start sshd
The CYGWIN sshd service is starting.