Thanks for your contribution, John. Would you like to submit a KB article on this modification? If so then let me know and I'll set you up on the admin side of ProductivityEnhancement.com as a content contributor, and also send you instructions for creating content that uses our site's styles.
Respectfully, Adam Phillip Churvis Member of Team Macromedia http://www.ProductivityEnhancement.com Download Plum and other cool development tools, and get advanced intensive Master-level training: * C# & ASP.NET for ColdFusion Developers * ColdFusion MX Master Class * Advanced Development with CFMX and SQL Server 2000 ----- Original Message ----- From: "John Stanley" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, May 12, 2005 10:54 AM Subject: RE: [plum] Question about user logins > First step add column UserLoginID varchar(15) to PlumUser table. Add a > unique constraint to that column with: > > ALTER TABLE PlumUser add CONSTRAINT const_unique_UserLoginID UNIQUE > (userLoginID) > > then overwrite the files in your plum app with the files attached. > > the security.cfc goes in the components folder. > the login cfm's go in the login folder > the rest go in the admin\user folder > > then run your setup\setup.cfm > > that should be it. > > let me know if it works. > > John > > -----Original Message----- > From: evkish [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 11, 2005 5:57 PM > To: [email protected] > Subject: RE: [plum] Question about user logins > > > Dear John > > If you've got it written out, please pass me a copy--thanks. > > Please DO NOT put any extra effort into this of more than 2 minutes--I know > how busy we all are and don't want to take up any of your valuable time. > > Thanks, > Best Regards, > Erick > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John > Stanley > Sent: Thursday, May 12, 2005 1:52 AM > To: '[email protected]' > Subject: RE: [plum] Question about user logins > > if anyone wants I can send to the list code changes I made to accomodate the > UserName functionality (using a username to login instead of the email > address) > > -----Original Message----- > From: John Stanley > Sent: Wednesday, May 11, 2005 1:50 PM > To: '[email protected]' > Subject: RE: [plum] Question about user logins > > > Hey Adam, > Thanks for the response. Well I was able to edit the login process > to accomodate our requirements, as well as the user add/edit pages. > > If I add a module to my plum app and then run the generate code it wont > overwrite any changes I've made to the admin/users code or the login code > right? I'm assuming the only way to overwrite those is to run setup with > that first checkbox selected. Is this correct? > > -----Original Message----- > From: Adam Churvis [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 11, 2005 1:37 PM > To: [email protected] > Subject: Re: [plum] Question about user logins > > > John, > > Users will come across these necessary modifications from time to time, and > we encourage them to try whatever makes sense and share their findings with > the list. The only thing is that we can't easily support such > modifications, as I'm sure you'll understand, because we're not intimately > familiar with the modified code as we are with the standard code. > > Let us know how it works out. Don't hesitate to ask for help just because > you modified Plum; we'll try our very best to help, but if we stumble on the > custom stuff then we might need your help a bit. > > Respectfully, > > Adam Phillip Churvis > Member of Team Macromedia > http://www.ProductivityEnhancement.com > > Download Plum and other cool development tools, > and get advanced intensive Master-level training: > > * C# & ASP.NET for ColdFusion Developers > * ColdFusion MX Master Class > * Advanced Development with CFMX and SQL Server 2000 > > ----- Original Message ----- > From: "John Stanley" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Wednesday, May 11, 2005 12:54 PM > Subject: [plum] Question about user logins > > > > Well, the tutorials are all finished. I am simply amazed at what this has > to > > offer. > > > > We're looking to start working on putting the pieces in place for a large > > plum app. > > > > I've seen that to log in under the current framework, you need a user > email > > and password. To be frank, that's probably not gonna fly with our users. > > They are gonna want to use their same logins as in the old system. > > > > I know I can add the needed column to the PlumUser table, and massage the > > login code to allow for this but wanted to run this by the list to see if > > others have done this and if the Authors recommend for/against doing it > and > > why? > > > > That's it for now, but I'm sure I'll have lots of questions in the near > > future. > > > > Thanks > > John Stanley > > Web Application Developer > > Active Aero Group > > http://www.activeaero.com <http://www.activeaero.com/> > > 734-547-7200 office > > > > > > > ********************************************************************** > You can subscribe to and unsubscribe from lists, and you can change > your subscriptions between normal and digest modes here: > > http://www.productivityenhancement.com/support/DiscussionListsForm.cfm > ********************************************************************** > > ********************************************************************** > You can subscribe to and unsubscribe from lists, and you can change > your subscriptions between normal and digest modes here: > > http://www.productivityenhancement.com/support/DiscussionListsForm.cfm > ********************************************************************** > > ********************************************************************** > You can subscribe to and unsubscribe from lists, and you can change > your subscriptions between normal and digest modes here: > > http://www.productivityenhancement.com/support/DiscussionListsForm.cfm > ********************************************************************** > > > ********************************************************************** > You can subscribe to and unsubscribe from lists, and you can change > your subscriptions between normal and digest modes here: > > http://www.productivityenhancement.com/support/DiscussionListsForm.cfm > ********************************************************************** > > ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm **********************************************************************
