ADDT user registration wizard questions.

Hello, I want to start with saying: Thanks for reading my problem.
I am using php4.4.8, with a mySQL DB.
I have followed Günter's Tutorial (Login tables: installation & configuration) to set up my tables.
In dreamweaver(CS3) in the user registration wizard, I am confused about the following:
1) Should I set default values for the following fields: active, level, login_date, disable_date, registration_date, expiration? If so, can you give me examples.
Any help would greatly be appreciated. Thanks in advance.
Chris

-----
SQL Error: Column 'active' cannot be null
according to my tutorial´s SQL dump the column 'active' can´t indeed be NULL, but should have a default value of '1' to compensate this -- however , you can also change the column type to NULL in PhpMyAdmin.
The following fields: active, level, login_attempts, disable_date, registration_date, expiration.. are not filling in
many of those columns are not supposed to get a value inserted when you´re e.g. setting up a "login" or "register" page, and much of that actually happens behind the scenes -- one example: ADDT (respectively the underlying scripts) will be inserting some value into the "login_attempts" column in case a user submits a wrong username/password combination.
Cheers,
Günter Schenk
Adobe Community Expert, Dreamweaver

Similar Messages

  • User Registration Wizard Table

    Hello folks,
    I just started playing with the user registration wizard in the toolbox, and it appears to expect a pre-made table to store its information. Is there a specification listed somewhere for that table? Which fields, data types, sizes, etc. are expected?
    The help file didn't list anything, but there are clues from the login settings. Do I have to figure this one out by trial-and-error?
    Thanks,
    Gregory

    >>
    Just out of curiousity, where is that information listed in the documentation?
    >>
    I´ve used ADDT´s predecessor "MX Kollection" for some years and simply used some experience ;-) But there´s actually ADDT related help available, see below...
    >>
    What additional or optional fields are there?
    >>
    you´ll find some (optional) fields when clicking on the "Restrictions" tab, and when using the "History" tab (for logging user actions) you´ll need to use another table to log actions and later build statistics reports for user activity. Actually all these options
    (and also the required field types) are well explained in the ADDT help file
    (configuring Developer Toolbox -> site specific settings - > Login settings -> restrictions tab / history tab)
    Don´t know if you already seen the ADDT help, but it´s available when clicking on the Control Panel´s "help" button.
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • User Registration Wizard won't work

    I have tried to use the User Registration Wizard numerous times. Each time it freezes Dreamweaver CS3. I have to uninstall ADDT and reinstall it in order to use ADDT again.
    Anyone else having this issue? It's not giving me any errors at all. Just freezing everything up.
    Thanks.

    so the table name is "user" then ? If so, this name is known to cause such errors, because DW internally treats this one as reserved word
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • "user registration wizard" config

    Hi:
    I used the user registration wizard. But when I enter 2 user with the same "user name" get a erros: User already exists. Duplicate record found. There is already an identical record in your database, for the 'user_name' field.... even when the field in mysql is not unique.
    This append even when I use the "insert recor form wizar"... but just for the user_name field
    Is there a way to remove this protection... in my aplication a spect user with the same name.

    well now I know this is because the login settings...

  • User registration wizard

    Hi,
    When building a registration page with the wizard, what to I do with the following fields?
    user key
    activation
    Can I remove them from the form or do I need to hide them and apply a default value?
    Cheers

    actually this fileds can be removed form the transaction, but it will not affect the registration process.
    no prob pal go ahead...
    Best Regards
    Waleed Barakat
    Developer-Online Creator and programmer
    http://www.developer-online.com

  • ADDT Registration Wizard - more like the sorcerer's apprentice!

    When trying to start the Registration Wizard it continually gives the error shown at the link below - the 'user' table doesn't exist. The login Settings panel shows that it clearly does! (see link here below)
    All 'includes' and 'connections' have been properly uploaded and show up as they should on a Linux system running PHP4.
    Clips and more details can be seen at: http://www.tip22.com/index.php
    Thanks guys TIA - this is driving me crazy! I had no worries with the old InterAkt stuff but I guess it's not too diplomatic to mention that here ;)
    Best wishes to all helpers - Jack Charon.

    On 9/6/07 2:21 AM, in article [email protected],<br />"[email protected]" <[email protected]> wrote:<br /><br />> Thanks for this forum - its a saviour, but that does not excuse the<br />> (criminally?) bad customer service from the producers - it only helps their<br />> customers survive it a little better. Perhaps the worst point is that these<br />> issues are apparently not being responded to and therefore are unlikely to be<br />> addressed or go away in any updates. Which is more than may be said for the<br />> customers.<br />> <br />> Adobe take note - or are you now to big to bother? Okay - thats my 10 cents<br />> worth. Thanks for the support - back to programming. JC.<br /><br />All I can say is that I agree.  I wish these programs were still owned by<br />Interakt. They were on top of things. Adobe has disappointed me with this<br />purchase. It feels like they have orphaned the product. No recognition of<br />these programming glitches. Unfortunately no one has been able to help me<br />with my error, which recurs, even after a recreation of the pages in<br />question. Others are finding the same error in forgotten password lookup as<br />well.  It isn't right to pay $200 for a product and then have to start<br />paying immediately for tech support to fix something that is broken...<br /> Bad taste in my mouth and now Adobe is a monopoly...<br />Jeff

  • Send Email after user registration

    Hi i hope somebody can help me
    Using Dreamweaver CS3 and the ADDT, i created a user registration page using the ADDT wizard,
    TRouble is when i click submit, it comes up with an error relating to the sending of the Email:-
    "Developer Details:
    E-mail couldn't be sent. Error returned: Failed to connect to smtp.mail.yahoo.co.uk:25 [SMTP: Failed to connect socket: A non-blocking socket operation could not be completed immediately. (code: -1, response: )]. (EMAIL_FAILED)
    tNG Execution Trace - VIEW
    tNG_insert.executeTransaction
    STARTER.Trigger_Default_Starter
    tNG_insert.doTransaction
    BEFORE.Trigger_Default_FormValidation
    BEFORE.Trigger_Registration_CheckUniqueUsername
    BEFORE.Trigger_Registration_CheckPassword
    tNG_insert.prepareSQL
    tNG_insert.executeTransaction - execute sql
    tNG_insert.postExecuteSql
    AFTER.Trigger_Registration_AddDynamicFields
    AFTER.Trigger_WelcomeEmail*
    ERROR.Trigger_Default_Insert_RollBack
    tNG_insert.getRecordset
    tNG_insert.getFakeRsArr
    tNG_insert.getLocalRecordset
    tNG_insert.getFakeRecordset
    tNG_insert.getFakeRecordset"
    If i delete the Send_email trigger, then the registration is successful, however, without the Email confirmation (obviously).
    Any help would be gratefully recieved as its been driving me nuts for days now.

    Wayne,
    Are you running this code on a Yahoo store or just bouncing the emails thru the yahoo account?
    From what I read here(dated May 2, 2008):
    http://groups.yahoo.com/group/Commodore_Amiga_Retro/message/10924
    Yahoo has recently changed server names and/or ports. You might have to try plus.smtp.mail.yahoo.co.uk:465
    I've never used Yahoo to do this, so I'm no expert. Just found this googling a bit.
    From what I've read, it seems yahoo is mixing up the port numbers due to spam issues. You will need to contact Yahoo regarding which port to use if the above does not work.
    Shane

  • Can I create a User Registration System in Adobe Muse?

    Hello community!
    I was wondering if I can create a User Registration System in Adobe Muse? I do NOT use Dreamweaver, and I know Dreamweaver can do it. I am not a coder, but there are plenty of tutorials online for me to follow step-by-step. I just can't seem to find anything for Muse.
    Since Muse has Insert HTML, I was wondering if anyone has figured out a way to create a User Login and Password protected page.
    Thanks!
    Joe~

    Hi,
    There are multiple threads in this issues
    Login page using Muse and BC
    Re: Is there a way to make private (members only) areas through muse?
    Re: Can I create a login/password protection in Muse for a HTML5 page or two?
    How do I create a password protected entrance page for a muse site?
    Do let me know if you have questions further.

  • Setup user registration/email confirmation/login/captcha ?

    I'd like to setup an application to allow users to submit poll questions and then vote yes/no.
    Is there a sample app available that shows how to setup a new user registration, email confirmation, and login, preferably using captchas (maybe using recaptcha.net) ?
    I'd like something similar to the average forum/blog registration.
    Thanks,
    David

    Hi Daveio,
    the online discussion forium (packaged applictaion) will suit your needs.
    it has user-registration and the possibility to do polls (among other functionalities).
    Leo

  • Auto Approval of Self User Registration Fails OIM 11g R2

    Use Case : Auto Approval of Self User Registration
    Steps followed
    1. A New Approval Policy created with Auto Approval flag set as True for Request Level Approval.
    2. A New Approval Policy created with Auto Approval flag set as True for Operation Level Approval.
    3. The field Organization was pre populated using the Pre Population Adapter, as mentioned below.
    +<AttributeReference name="Organization" attr-ref="act_key" type="Long" widget="ENTITY" length="256" required="false" available-in-bulk="false" entity-type="ORGANIZATION">+
    +<PrePopulationAdapter name="OrgPrepopulateAdapter" classname="com.plugin.OrgPrepopulateAdapter"/>+
    +</AttributeReference>+
    4. A new user was created using the "Register New user" Link.
    5. Log in as System Adminstration and under Track requests, found that the New request has failed.
    6. On click of Request link, the request details shows the Organization field has populated with the expected value.
    7. The Logs suggests that the Request failed due to Organization field going Null.
    LOG
    [2013-02-12T15:50:39.138+05:30] [oim_server1] [ERROR] [] [oracle.iam.request.impl] [tid: [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: e171ff3c1743d36a:6c2e4f90:13ccdc4a231:-8000-00000000000006f8,0] [APP: oim#11.1.2.0.0] Exception thrown java.lang.IndexOutOfBoundsException: Index: 0, Size: 0     
    [2013-02-12T15:50:39.138+05:30] [oim_server1] [ERROR] [] [oracle.iam.request.impl] [tid: [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: e171ff3c1743d36a:6c2e4f90:13ccdc4a231:-8000-00000000000006f8,0] [APP: oim#11.1.2.0.0] Exception thrown Index: 0, Size: 0[[     
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0     
         at java.util.ArrayList.RangeCheck(ArrayList.java:547)
         at java.util.ArrayList.get(ArrayList.java:322)
         at oracle.iam.requestactions.approval.operationlevel.OrgBasedMethodology.getOrgDetails(OrgBasedMethodology.java:215)
    -------------

    Use Case : Auto Approval of Self User Registration
    Steps followed
    1. A New Approval Policy created with Auto Approval flag set as True for Request Level Approval.
    2. A New Approval Policy created with Auto Approval flag set as True for Operation Level Approval.
    3. The field Organization was pre populated using the Pre Population Adapter, as mentioned below.
    +<AttributeReference name="Organization" attr-ref="act_key" type="Long" widget="ENTITY" length="256" required="false" available-in-bulk="false" entity-type="ORGANIZATION">+
    +<PrePopulationAdapter name="OrgPrepopulateAdapter" classname="com.plugin.OrgPrepopulateAdapter"/>+
    +</AttributeReference>+
    4. A new user was created using the "Register New user" Link.
    5. Log in as System Adminstration and under Track requests, found that the New request has failed.
    6. On click of Request link, the request details shows the Organization field has populated with the expected value.
    7. The Logs suggests that the Request failed due to Organization field going Null.
    LOG
    [2013-02-12T15:50:39.138+05:30] [oim_server1] [ERROR] [] [oracle.iam.request.impl] [tid: [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: e171ff3c1743d36a:6c2e4f90:13ccdc4a231:-8000-00000000000006f8,0] [APP: oim#11.1.2.0.0] Exception thrown java.lang.IndexOutOfBoundsException: Index: 0, Size: 0     
    [2013-02-12T15:50:39.138+05:30] [oim_server1] [ERROR] [] [oracle.iam.request.impl] [tid: [ACTIVE].ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: e171ff3c1743d36a:6c2e4f90:13ccdc4a231:-8000-00000000000006f8,0] [APP: oim#11.1.2.0.0] Exception thrown Index: 0, Size: 0[[     
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0     
         at java.util.ArrayList.RangeCheck(ArrayList.java:547)
         at java.util.ArrayList.get(ArrayList.java:322)
         at oracle.iam.requestactions.approval.operationlevel.OrgBasedMethodology.getOrgDetails(OrgBasedMethodology.java:215)
    -------------

  • Query : Addition of extra fields in the User Registration page of portal.

    Hi All,
    I have a query, about adding extra fields in the new user registration page of portal.
    If you can suggest the required source files in details,inorder to incorporate two more fields.
    Say, AGE and COMPANY,with the existing fields in the same page.
    Along with this,can you please send the details of retrieving those information from backend and the backend functionalities associated with the SUBMIT button on the registration page.
    Regards,
    Sudeep

    Hi,
    Your query is divided into two parts.
    The first part is adding new fields into existing form. This feature comes under Branding of portal. Plz use the link below understanding the same and related help :
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/affe402a5ff223e10000000a155106/frameset.htm
    The second part is retrieving the values from backend.Here it will be the UME database. You need to develop a logon.par file and replace the same in your portal.
    Happy Customizing.
    Sukanta Rudra

  • Self user registration request fails during Approval.

    Hi,
    My case is explained below.
    I have created a new user using "New User Registration" in the sign in page.
    Now the user is created in OID.
    I logged into identity manager using "xelsysadm" user.
    I clicked "Track Requests" and search, I could see the new request with status "Pending request approval"
    I clicked on "Pending Approvals", selected the request and click on "Approve"
    I get a success message. However the user is not getting created in OIM.
    Here the user is getting deleted from OID also.
    I could not find any forum page discussing this issue. Anyone good in 11gr2 kindly help.
    I get the following error in the logs.
    [2013-01-31T16:51:17.884+05:30] [oim_server1] [WARNING] [] [oracle.iam.request.impl] [tid: [ACTIVE].ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: e171ff3c1743d36a:75a03544:13c9008be1d:-8000-0000000000000642,1:27414:13] [WEBSERVICE_PORT.name: CallbackServicePort] [APP: oim#11.1.2.0.0] [J2EE_MODULE.name: workflowservice] [WEBSERVICE.name: CallbackService] [J2EE_APP.name: oim_11.1.2.0.0] Exception :[[
    oracle.iam.request.exception.RequestServiceException: An error occurred while completing approval process instance 8d7d6216-fcbe-48b1-90a5-dce34b3b8492. The corresponding error message is Index: 0, Size: 0.
         at oracle.iam.request.impl.ApprovalManager.approvalInstanceComplete(ApprovalManager.java:255)
         at oracle.iam.request.impl.ApprovalPolicyServiceImpl.updateApprovalResult(ApprovalPolicyServiceImpl.java:52)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy811.updateApprovalResult(Unknown Source)
         at oracle.iam.request.api.ApprovalPolicyServiceEJB.updateApprovalResultx(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    Okay, here are the detailed steps to update it.
    Click on track requests and search or your request
    Click on your request number then it will open request details form.
    This form will have two tabs request details and approval details.
    Click on approval details tab.
    Click on row#1.
    As soon as you click on row #1, it will show you a history down to that row # 1 details. Here you will see sequestnce #, stage1, participant name, participant action etc.
    Click on participant name for ex. xelsysadm.
    As soon as you click on xelsysadm, view snapshot button will be enabled.
    Click on view snapshot button.
    Now, it will will show you a detailed request details form which will have two tabs request details and approval details.
    Click on request details tab. Here you can update organization name. and you will see update button as well. Click on update button after updating org name.
    Now, go to pending approvals and approve your request.

  • IStore - B2B users registration by iStore administrator

    How can a iStore/CRM HTML administrator register new customer user/administrator?
    We are now in R12.
    In 11.5.9, via CRM HTML responsibility, we had to do the following steps in order to setup a new user account:
    1/ Find the organziation and create the contact
    2/ During contact creation process, there was a radio button to make the contact iStore user
    3/ Enter name, contact info, user name and password for the new user.
    4/ AFter the new user is created by CRM HTML Administrator, user receives email notification with username and password
    5/ When new user attempts to login to the store using the login credential from the email, user will be prompted change password page
    Do we have a similar functionality in R12?
    If not, what is the alternate solution? no customization please
    Just to be clear, basically we do not want the customers to have the ability to self-register. Therfore, sales organization would want to have complete control over the user registration.
    Appreciate your help on this.
    many thanks..

    Thanks

  • Jumpstart: Disable user registration in Solaris 10 x86 8/07

    Earlier Solaris version let you disable the user registration screen by adding DISABLE=1 to /etc/default/solregis or not installing SUNWsregu. That doesn't work with Solaris 10 x86 8/07. There is no SUNWsregu package.
    Can this still be disabled?

    Confirmed: I just jumpstarted with Solaris 10 x86 (10/09) AKA Update 8, and touched the .nvreg file into existence with a finish script. The system no longer prompts to register at first login.
    Finish script code snipit:
    if [ -d ${BASEDIR}/usr/lib/breg/data ]; then
    touch ${BASEDIR}/usr/lib/breg/data/.nvreg
    fi

  • Sun Update manager Registration Wizard - "LOG FILE"

    hi dudes
    we have a problem with the sun update manager registration wizard.
    "Exception in web service communication"
    i think we have a problem with the proxy access.
    is there a special log file, where we can found more information about
    the system registration process?
    thanks a lot for your support
    regards

    Hello,
    The "Exception in Web Service communication" error only occurs during the registration. There has been a bug raised for this - 6348265.
    The only workaround that we have available is to bypass various parts of your network and security infrstructure from the client to the internet during the registration process, e.g.
    LAN(client machine) - Proxy (Squid) - Firewall to DMZ - Webwasher (AntiVirus)
    - Firewall to Internet
    Bypassing proxy, antivirus software or firewall.
    As this issue only affect the registration process these can be re-enable after registration.
    Regards,

Maybe you are looking for

  • Problem making an Excel file from a jsp

    Hi. I'm developing a web application that uses Excel for printing the reports. So far everything has worked fine, at least for the created Excel files that do not have any images on them. Now I need to create an excel file with an image as the header

  • To Replicate Material DATA from SAP R/3 to SAP-BW

    Hello, I need the Material Master data from SAP R/3 in SAP BW. The material Data is to to moved in Info object: 0MATERIAL. In SAP R/3 the data for material is stored in table:MARA. Which Business content needs to be activated in BW. Please give the s

  • Microsoft SQL Server 2008 Express for SAP BusinessObjects Enterprise 4.0

    Hi Expert, I'm going to install SAP BusinessObjects Enterprise 4.0 on my virtualized system (vmware) composed as: windows server 2008 Enterprise Edition R2 + Tomcat. I have some doubts related to the DB version to choose. Due to the fact that Microso

  • T60 shutdown when connect to the docking

    Hello, I have several T60 in my company, 3 of the T60 (one is T61) shutdown when connecting to the mini docking. This is new. I have the most BIOS and driver updated. Also I know this http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=l

  • How to strip file extension off a filename NSString ?

    To retrieve file extension from NSString, we use "pathExtension". To retrieve the filename from NSString without the extension we use ?