User registration with activation code

Good day folks :)
I've been lurking around these forums for a long time and learning a lot, but it seems I've encountered a problem I can't yet find a suitable solution to.
I'm a student and I'm rather new to apex. There are things I've been able to do (even use some jQuery... The names 'Patrick' 'Dan' and 'Tom' immediately come to mind so thank you!) with the help of this forum but some things are really out of my reach. To get to the point, I have an application where I'd like to register users but first they need to click a link of some sort they'd receive by email that activates their account.
There are three types of user - 'ADM' (an administrator) 'AUT' (as in author) and 'STU' (as in student). Students should be able to register their accounts directly, and that's where the trouble lies.
Before I describe the process, the structure of my 'users' table is like this:
CREATE TABLE "USERS"
(     "USERID" NUMBER NOT NULL ENABLE,
     "USERNAME" VARCHAR2(50) NOT NULL ENABLE,
     "PASSWORD" VARCHAR2(100) NOT NULL ENABLE,
     "EMAIL" VARCHAR2(200) NOT NULL ENABLE,
     "NAME" VARCHAR2(100) NOT NULL ENABLE,
     "DOB" DATE NOT NULL ENABLE,
     "ADD1" VARCHAR2(300),
     "ADD2" VARCHAR2(300),
     "ADD3" VARCHAR2(300),
     "GENDER" VARCHAR2(1) NOT NULL ENABLE,
     "BIO" VARCHAR2(1000),
     "PHONE1" VARCHAR2(30),
     "PHONE2" VARCHAR2(30),
     "SECURITYQUESTION" VARCHAR2(100),
     "SECURITYANSWER" VARCHAR2(100),
     "USERTYPE" VARCHAR2(3) NOT NULL ENABLE,
     "ACTIVE" VARCHAR2(1) NOT NULL ENABLE,
     "PHOTO" BLOB,
     CONSTRAINT "USERS_PK" PRIMARY KEY ("USERID") ENABLE,
     CONSTRAINT "USERS_UK1" UNIQUE ("USERNAME", "EMAIL") ENABLE
CREATE OR REPLACE TRIGGER "BI_USERS"
before insert on "USERS"
for each row
begin
if :NEW."USERID" is null then
select "USERS_SEQ".nextval into :NEW."USERID" from dual;
end if;
end;
ALTER TRIGGER "BI_USERS" ENABLE
As you can see, there is one column of particular interest here, and that is the ACTIVE column. It simply contains a single character that can be any of the following: 'Y' for active user, 'B' for banned user and 'N' for inactive account. When a student registers, the ACTIVE column defaults to N, and they may not do any user actions until their account is activated. When they click on this link that supposedly activates their account, their status is changed to Y. When an administrator bans them, of course their status changes to B, and they may no longer access the site.
The process should flow like this:
1. User registers an account
2. The application confirms registration and emails them an activation link
3. The user views that email and clicks on the link; their account is activated.
What I'm having trouble with is not particularly emailing someone as I've found a tutorial to do that, but instead I would like to know how to generate a link that changes the value in that column when clicked from an external location (like someone's email inbox). The greatest catch is this: My application is not hosted online, it is on my local machine. So the location of apex is at the localhost:8081/link. I'm not sure how to perform either action.
Any help at all is greatly appreciated - I lost many hours researching on this issue already.
Thanks!
-J

Hi,
Sorry, I did not understand this " how do I cloak that URL so the user will not know what data is being sent to the application? Such as an encrypted URL perhaps?"
User knows nothing in my opinion, he does not see anything till he gets email
even if he knows your custom_hash function, if he is not regisetred, he gets nothing
It does not matter where it is hosted.
You need only to setup email smtp server in your workspace.
So, if your provider allows such things, put smtp host in internal workspace, and that is
I use the following process to send email when user press Submit on Submit process:
declare
l_subject VARCHAR2(32000);
l_body    VARCHAR2(32000);
l_link    VARCHAR2(32000);
n number;
BEGIN
l_link := :HTTP_ADDRESS
||OWA_UTIL.GET_CGI_ENV(
   param_name       => 'SCRIPT_NAME')||
'/f?p=AUTO:CONFIRM:0::NO:RP:CONF_ID,USERNAME:'||custom_hash(:P18_USERNAME,:P18_USERNAME)
||','||:P18_USERNAME;
IF :P18_PERSONAL_FL = 'N' THEN
   :P18_FIRST_NAME := :P18_COMPANY_NAME;
   :P18_LAST_NAME := null;
END IF;
IF :P18_EMAIL_LANG = 1 THEN
   l_subject:= htmldb_lang.message('REGISTRATION_SUBJECT_FI',
                         :HTTP_ADDRESS
   l_body :=   htmldb_lang.message('REGISTRATION_BODY_FI',
                    :P18_FIRST_NAME,:P18_LAST_NAME,:HTTP_ADDRESS,
                  to_char(sysdate,'DD.MM.YYYY - HH24:MI:SS'),
                  :P18_USERNAME,:P18_PASSWORD,l_link,:HTTP_ADDRESS);
ELSE
   l_subject:= htmldb_lang.message('REGISTRATION_SUBJECT_EN',:HTTP_ADDRESS);
   l_body :=   htmldb_lang.message('REGISTRATION_BODY_EN',
                    :P18_FIRST_NAME,:P18_LAST_NAME,:HTTP_ADDRESS,
                  to_char(sysdate,'DD.MM.YYYY - HH24:MI:SS'),
                  :P18_USERNAME,:P18_PASSWORD,l_link,:HTTP_ADDRESS);
END IF;
SEND_MAIL(
    p_to => trim(:P18_EMAIL),
    p_from => :CSE_EMAIL_ADDRESS,
    p_body => l_body,
    p_subj => l_subject
n := HTMLDB_PLSQL_JOB.submit_process
p_sql => '
begin
HTMLDB_MAIL.PUSH_QUEUE(''localhost'', 25);
end;',
p_when => sysdate,
p_status => 'SUBMITTED'
commit;
END;SEND_MAIL is basically Apex mail proc but more flexible
Sorry for hardcoded values, this is just sample and fore demo purposes only, I did not (and do not) put much effort in it
custom_hash is standard Apex well known function
create or replace function custom_hash (p_username in varchar2, p_password in varchar2)
return varchar2
is
  l_password varchar2(4000);
  l_salt varchar2(4000) := 'EVQELZY27PVLWPHMRN8B0CRRMAXBR8';
begin
l_password := utl_raw.cast_to_raw(dbms_obfuscation_toolkit.md5
  (input_string => p_password || substr(l_salt,10,13) || p_username ||
    substr(l_salt, 4,10)));
return l_password;
end;When email arrives, user clicks a link that i generated above, then he is redirected to page alias CONFIRM
As you can see items CONF_ID,USERNAME are populated, one with hash value another with username.
In CONFIRM page there is process that calculates the hash again out of username and compares to CONF_ID.
If it agrees, then fine, if not, then sorry.
There are other usual things: no double confirmation, no random navigation of someone to that page and etc
Hope this helps
Oleg
Edited by: oleg.lihvoinen on Feb 9, 2010 1:55 PM

Similar Messages

  • Gift app with activation code

    why when I gifting app with activation code not appear in other party and I need to do license transfer to user?So diffcult. So how he would activate the app.<br><br>Also I gift some one BerryBuzz and when he try to unlock the app with activation code &quot;that I recive from the developer email&quot; which need me to enter the site in order to transfer the licene from my PIN to gift party<br>

    It seems that no sloution

  • Why am I not receiving e-mails with activation code for e-print ?

    why am I not receiving e-mails with activation code for e-print ???? Have requested resends of e-mail several times -- but nothing as yet 

    Hi yvonnek49,
    Welcome to the HP Support forums.  I understand that when trying to activate the HP ePrint app that you haven’t received the activation code.
    Which email address are you using to activate the app, your personal email or the printer’s ePrint email address?  If you have been using the printer’s ePrint email address, please try again with your personal email address.  If you have been using your personal email address, please check your junk/spam folders to see if it was redirected there.  It can take up to 24 hours to receive the email.  
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Does Leopard require registration number/activation code like XP???

    I am new to using Apple computers , well I learnt on Mac in high school which seems like decades ago.
    I have been currently using XP until my boyfriend purchased his sisters old PowerBook G4 for me & gave it to me for xmas. I need the new operating system - Leopard - & I have seen it quite cheap on eBay. I was wondering if like XP, does the Leopard OS require a legit serial number/activation code? I am really inexperienced & would like to know before I go spending money on an OS that I cannot use. One of the sellers on ebay assures me it doesnt require any form of registration. He also told me that you cannot burn/back up a copy of Mac software eg. Leopard & assured me it is legit. Please Help!!!
    Any advice would certainly be greatly appreciated.
    Thanks in advance, Tess.
    Message was edited by: Tusrico

    andrew kaufman wrote:
    There is no registration, ID number, etc. required. I do not know if you can copy discs, but suspect they have some way of preventing this.
    No, the Leopard DVDs can be copied. I made a backup of it the day it arrived.
    As an aside, I received two copies of Leopard disc with my new computer (they were stuck together -- there was supposed to be just one), and was just getting ready to list on e-bay. I would be happy to sell the unused, sealed, in original supplied envelope to you. You can e-mail me at [email protected]
    Not sure it's legal to sell that second disk. Your license and therefore the license for the DVD applies to your DVD(s). However, you might consider simply donating it to a worthy cause.

  • Facing issue on request submission from Self user registration with workflow.

    HI Everyone,
    We have a use case where in User Registration process has a two stage workflow.
    In the first stage approver(Common admin) would open the request and approve it updating the organization to which the user belongs to and the the work flow should be routed to the selected organization admin in the second stage based on the org selected in the first level of approval.
    For this we have devloped a workflow and applied the same and now facing the issue once the request moves to Second level for approval.
    Request gets failed.
    Below is the exception found on clicking Request status from Track Requests.
    Can you kindly let me know any possible resolution to resolve this.

    Error log :
    IAM-2050126 : Invalid outcome com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}runtimeFault} messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage} parts: {{ summary=<summary>oracle/iam/platform/OIMClient</summary> ,detail=<detail>java.lang.NoClassDefFoundError: oracle/iam/platform/OIMClient
    at orabpel.approvalprocess.ExecLetBxExe0.execute(ExecLetBxExe0.java:195)
    at com.collaxa.cube.engine.ext.bpel.common.wmp.BPELxExecWMP.__executeStatements(BPELxExecWMP.java:47) 
    at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:173) 
    at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2718)
    at com.collaxa.cube.engine.CubeEngine._handleWorkItem(CubeEngine.java:1197)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1100)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:76) 
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:251) 
    at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:330) 
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4652)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4583)
    at com.collaxa.cube.engine.CubeEngine._createAndInvoke(CubeEngine.java:714)
    at com.collaxa.cube.engine.CubeEngineSecurityManager$2.run(CubeEngineSecurityManager.java:101) 
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccActionExecutor.java:74) 
    at oracle.security.jps.internal.jaas.AbstractSubjectSecurity$ActionExecutorWrapper.execute(AbstractSubjectSecurity.java:242) 
    at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivilegedExceptionAction.run(CascadeActionExecutor.java:83) 
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) 
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146) 
    at weblogic.security.Security.runAs(Security.java:61)
    at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecutor.java:51) 
    at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(CascadeActionExecutor.java:56) 
    at oracle.security.jps.internal.jaas.AbstractSubjectSecurity$ActionExecutorWrapper.execute(AbstractSubjectSecurity.java:242) 
    at com.collaxa.cube.engine.CubeEngineSecurityManager.performActionAsSubject(CubeEngineSecurityManager.java:79) 
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:555)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:531) 
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:319) 
    at sun.reflect.GeneratedMethodAccessor4136.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310) 
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182) 
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) 
    at com.oracle.pitchfork.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:103) 
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:113) 
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460) 
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:100) 
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:154) 
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:113) 
    at sun.reflect.GeneratedMethodAccessor1077.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310) 
    at com.oracle.pitchfork.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:68) 
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) 
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131) 
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119) 
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) 
    at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34) 
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54) 
    at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42) 
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) 
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89) 
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) 
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131) 
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119) 
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) 
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) 
    at com.sun.proxy.$Proxy330.handleInvoke(Unknown Source)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39) 
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.handleInvoke(Unknown Source)
    at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:30) 
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:141) 
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatchTask.java:89) 
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:65) 
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
    at com.collaxa.cube.engine.dispatch.Dispatcher$ContextCapturingThreadFactory$2.run(Dispatcher.java:933) 
    at java.lang.Thread.run(Thread.java:745) </detail> ,code=<code>java.lang.NoClassDefFoundError</code>} cause: {oracle/iam/platform/OIMClient} received from SOA for the request id 214.

  • Display users along with company code assigned to them

    Hi,
         I would like to display list of users with company code assigned to them
    Thanks & Regards,
    Rajesh Kale

    Hi himanshu,
    I want list of user using complex selection criteria.
    It can be display using tools -> Administration -> User maintenance -> Information System -> Users by complex selection criteria.
    Here, I am facing the problem that which authorization object I should put so that I can get list of users in which in front of every user I get the company code assigned to them.
    Regards,
    Rajesh

  • Creative Cloud- Renewing License with Activation Code

    Creative Cloud is telling me that my license needs to be renewed. I renewed it a week ago. I have  MacBook Pro and I have redeemed my activation code for creative cloud already, but nothing seems to recognize that. Not the application on my commuter or the website. I tried to redeem my redemption code but the message that pops up says "Ooop! that redemption code has already been activated!" Which is clearly not the case.

    Hi Jaz,
    Please refer to the help document below to fix this issue:
    Creative Cloud Help | "Renew your subscription" window appears when you launch a Creative Cloud application
    You may also refer to the threads below where this issue has been addressed:
    Renew Subscription Error Creative Cloud
    Re: "Renew your Subscription"
    Regards,
    Sheena

  • Organizational Unit Synchronization & User Movement  with Active Direct

    Hi All,
    Can anybody put some light on (Organizational Unit Synchronization) or can ref some doc links.
    Anticipating Help from you folks.
    Thanks
    Randhir Singh

    I'm assuming you want to synchronize Active Directory with either another LDAP directory or another repoisitory such as a relational database or a flat file.
    If you just want to export or import objects from Active Directory using an industry standard interchange format, you may want to investigate the use of LDAP Data Interchange Format (LDIF). The tool included with Active Directory to import and export LDIF files is called LDIFDE.EXE
    You may want to investigate directory synchronization products such as Microsoft Identity Lifecycle Manager. (refer to http://www.microsoft.com/windowsserver2008/en/us/ida-identity-lifecycle-management.aspx)

  • Download Lightroom 5 with activation code

    I purchased a CD version of Lightroom 5 and was told I could download the software since I do not have a CD drive.  I have an activation code but can not find where to download the software.  Help?

    Photoshop Lightroom forum.

  • Protecting software licenses with Activation codes, limiting users

    Hi all.
    I'm trying to find a solution for preventing clients that buy an application so install it above the limit in contract that it was bought original.
    Some clients buy our Oracle Application and for reasons that we cannot control they install more copies and have more users using it then what is in the contract.
    I'm looking for solutions that can limit either the number of clients connected on that application at any given time, or can limit how many terminals will be connected on it at any given time.
    Can I limit it by the number of users or by the number of terminals or both?
    How are others taking control on not so nice clients that buy a 10 users version but end up using for 20 or 30 users without paying the upgrade for the application?
    Thank you

    The only comment I would make to Adobe on this matter is as follows:
    Whatever licensing scheme you come up with, keep it simple so it actually works.
    Fully disclose the details of your protection schemes to the customer before purchase.
    Sure, we're small fish, but Adobe lost all interest that we may have had in using PDFs for web data-input when we very quickly demonstrated to ourselves (using the absolutely-most-current versions of Acrobat and Reader) that the technology was completely un-reliable when Reader was used, and it was unreliable because of errors in the license-control routines.  Furthermore, these were issues that we had been given no cause to expect.
    The "rights" that Adobe seemed to be trying to enforce here also make no business sense:  either you have sold me the "right" to create fillable PDF forms for web-form use, within the "ordinary" context of Acrobat/Reader, for as many such form-files as I may care to make, or you have not sold me anything at all.  Sure, we all understand the Gillette Principle ("give 'em the handle, sell 'em the blades"), but at the end of the day the customer has to come away with a clean-shaven face.  That is what the customer is paying money to get, and if your efforts to obtain revenue defeat its "fitness to a particular purpose," then you are doing something very wrong.

  • Sync of user data with Active Directory

    I would like to connect the Active Directory with our SAP 4.6C system. Goal is to synchronize the user data (address, company, department,...) of AD with SAP user data, so we would only have to maintain this kind of data in the AD.
    Can anyone give me some hints on how that can be done? (LDAP connector? SAP connect?) I did find a lot of information on connecting SAP to Exchange in order to send mails via SAP, but that is not what I am looking for.
    Best regards
    Martin

    Hi Martin,
    if you haven't done yet please visit
    http://help.sap.com/saphelp_webas610/helpdata/en/e6/0bfa3823e5d841e10000000a11402f/frameset.htm
    At
    http://www.computerservice-wolf.com/schulung/was-ldap-search.html
    there is a description (unfortunaly in german and for Release 4.7) how to realise an access from sap to ldap.
    Perhaps it gives you some hints.
    Regards
    Bernd
    Message was edited by:
            Bernd Köhn

  • Oracle Apps User Authentication with Active Directory

    Greetings,
    I am running Oracle Apps 12.1.1 using native login authentication. What I would like to do is set it up so that it uses our Active Directory to authenticate users. Does anyone know if there is an easy way to configure this or do I need to use OIM to accomplish it?
    Thanks

    Have a look here
    http://www.oracle.com/products/middleware/identity-management/docs/db-users-roles-management-whitepaper.pdf

  • How do i reinstall elements 11 with activation code

    unable to find link to enter code

    If you have only installed once before you could try this link. SEE VERY IMPORTANT INSTRUCTION as you need to be logged in to the server before starting the download.
    http://prodesigntools.com/photoshop-elements-10-direct-download-links-pse-premiere-pre.htm l

  • I cann't active my developer account with activation code

    We have received your purchase information and will email you shortly to verify additional details.
    what's the problem?
    I have already waited for 5 days,just give me this?

    you mean i need wait another 5 business day?
    thank u reply

  • Activation Code - Elements 6 Upgrade

    I am getting an invalid serial number when I try to login to upgrade my Photoshop Elements 6 to the more recent version.  I am on Mac OS 10.10.1.  I see from past posts there have been issues previously with activation codes on Mac.
    Does anyone else have this problem?

    Are you talking about a redemption code or a serial number?

Maybe you are looking for

  • I can't create pipe. errno is 78

    I need pipe() in my network but I can't create pipe,the errno is 78: Funcion not implemented is the pipe() work?

  • Business Edition 6K Solution request

    8Hi, guys I have a doubt related to a solution that I want to deploy Here is the scenario. My company wants to offer services...communications services, and we are thinking a lot about the price of the equipments. So, in order to avoid the clients to

  • Some information about 'software caused connection abort'

    WSAECONNABORTED (10053) Software caused connection abort A connection abort was caused internal to your host machine. The software caused a connection abort because there is no space on the socket's queue and the socket cannot receive further connect

  • ORA-31619: invalid dump file "D:\oracle-export\mitest-19-05-2009.dmp"

    HI I have took logical backup (export) on linux and import (windows 2003 server). export command: $expdp miqa/miqa schemas=miqa directory=backup_dir CONTENT=all dumpfile=miqa-`date +%d-%m-%Y`.dmp CONTENT=all logfile=miqa-`date +%d-%m-%Y`.log' when i

  • Problems undeploying

    Hi, I'm having problems undeploying ADF Faces from Tomcat. The problem is intermittent though pretty frequent (1 in 3 times) After I undeploy using either the Tomcat Manager or ant, the file 'adf-faces-impl-ea13.jar' remains in the WEB-INF\lib direct