dear sir,
Can any one tell me how 2 change the username and password of the Ofbiz project |
Run "ant create-admin-user-login", you will be asked to enter new
user-name . Then when you will try to run webtools application, you will be asked to change password. Thanks & Regards: -- Ashish Nagar ansh jain wrote: > dear sir, > Can any one tell me how 2 change the username and password of the Ofbiz > project > > |
For more details you can go trough (svn commit: r739563).
Kind Regards, -- Vivek Mishra Ashish Nagar wrote: > Run "ant create-admin-user-login", you will be asked to enter new > user-name . Then when you will try to run webtools application, you > will be asked to change password. > > Thanks & Regards: > -- > Ashish Nagar > > ansh jain wrote: >> dear sir, >> Can any one tell me how 2 change the username and password of the Ofbiz >> project >> >> > smime.p7s (4K) Download Attachment |
In reply to this post by Ashish Nagar
thanks ashish nagar
>> >> >> > > |
In reply to this post by Ashish Nagar
i want to change username from admin to other name, can any one help me for
tht > >> >> > > |
Hello Ansh,
Please refer to my previous reply. "ant create-admin-user-login" command creates new /admin /user.The name of this user will be same as what you provided while running this command. Now this user will have all privileges that admin user had before. Let me know if anything is not clear to you. Regards: -- Ashish Nagar ansh jain wrote: > i want to change username from admin to other name, can any one help me for > tht > > >>> >> > > |
Ansh ,
Please take ofbiz update before you follow the steps provided by Ashish earlier. Let me know if you still face any problem. Regards - - Deepesh Ashish Nagar wrote: > Hello Ansh, > > Please refer to my previous reply. "ant create-admin-user-login" > command creates new /admin /user.The name of this user will be same as > what you provided while running this command. Now this user will have > all privileges that admin user had before. > Let me know if anything is not clear to you. > > Regards: > -- > Ashish Nagar > > ansh jain wrote: >> i want to change username from admin to other name, can any one help >> me for >> tht >> >> >>>> >>> >> >> > > |
In reply to this post by Ashish Nagar
i didn't want to create any new user. I want to replace admin name which is
user name by ansh or some other name is that possible or not |
In reply to this post by Deepesh Kapoor
dear sir,
i face this problem when i follow the ashish nagar sir's instruction that is The Following Errors Occurred: error following occurred during login: so please tell me how to solve this problem On Tue, Feb 3, 2009 at 12:09 PM, Deepesh Kapoor < [hidden email]> wrote: > Ansh , > > Please take ofbiz update before you follow the steps provided by Ashish > earlier. Let me know if you still face any problem. > > Regards > - - > Deepesh > > > > Ashish Nagar wrote: > >> Hello Ansh, >> >> Please refer to my previous reply. "ant create-admin-user-login" command >> creates new /admin /user.The name of this user will be same as what you >> provided while running this command. Now this user will have all privileges >> that admin user had before. >> Let me know if anything is not clear to you. >> >> Regards: >> -- >> Ashish Nagar >> >> ansh jain wrote: >> >>> i want to change username from admin to other name, can any one help me >>> for >>> tht >>> >>> >>> >>>> >>>>> >>>> >>>> >>> >>> >>> >> >> >> > |
Please try to update your OFBiz.
There was an issue that was resolved in rev. 739738 Jacopo On Feb 3, 2009, at 8:45 AM, ansh jain wrote: > dear sir, > > i face this problem when i follow the ashish nagar sir's instruction > that is > > > The Following Errors Occurred: > > error following occurred during login: > > so please tell me how to solve this problem > > > > > > On Tue, Feb 3, 2009 at 12:09 PM, Deepesh Kapoor < > [hidden email]> wrote: > >> Ansh , >> >> Please take ofbiz update before you follow the steps provided by >> Ashish >> earlier. Let me know if you still face any problem. >> >> Regards >> - - >> Deepesh >> >> >> >> Ashish Nagar wrote: >> >>> Hello Ansh, >>> >>> Please refer to my previous reply. "ant create-admin-user-login" >>> command >>> creates new /admin /user.The name of this user will be same as >>> what you >>> provided while running this command. Now this user will have all >>> privileges >>> that admin user had before. >>> Let me know if anything is not clear to you. >>> >>> Regards: >>> -- >>> Ashish Nagar >>> >>> ansh jain wrote: >>> >>>> i want to change username from admin to other name, can any one >>>> help me >>>> for >>>> tht >>>> >>>> >>>> >>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>>> >>> >>> >>> >> smime.p7s (3K) Download Attachment |
In reply to this post by ansh jain
Hello Ansh,
Please follow these steps: 1) Take latest ofbiz update from svn using svn up command. 2) Run ant clean-all command to clean temporarily used files. 3) Run ant run-install command. 4) Run ant create-admin-user-login command & follow what i told earlier.The username you provide while using this command will only be the administrator for your project.(There will not be any else "admin" user than this) 5) Run webtools or other backoffice applications to change the password. Please do not create new threads & demolish previous replies. Let me know if any queries. Regards: - - Ashish Nagar ansh jain wrote: > dear sir, > > i face this problem when i follow the ashish nagar sir's instruction that is > > > The Following Errors Occurred: > > error following occurred during login: > > so please tell me how to solve this problem > > > > > > On Tue, Feb 3, 2009 at 12:09 PM, Deepesh Kapoor < > [hidden email]> wrote: > > >> Ansh , >> >> Please take ofbiz update before you follow the steps provided by Ashish >> earlier. Let me know if you still face any problem. >> >> Regards >> - - >> Deepesh >> >> >> >> Ashish Nagar wrote: >> >> >>> Hello Ansh, >>> >>> Please refer to my previous reply. "ant create-admin-user-login" command >>> creates new /admin /user.The name of this user will be same as what you >>> provided while running this command. Now this user will have all privileges >>> that admin user had before. >>> Let me know if anything is not clear to you. >>> >>> Regards: >>> -- >>> Ashish Nagar >>> >>> ansh jain wrote: >>> >>> >>>> i want to change username from admin to other name, can any one help me >>>> for >>>> tht >>>> >>>> >>>> >>>> >>>>> >>>> >>>> >>> >>> > > |
Hello Ansh,
One amendment in Ashish's answer.When you run ant run-install command you dont need to run ant create-admin-user-login command because when you run ant run-install user login with "admin" and password with "ofbiz" will be created.When you install seed data or run ant run-install-extseed then you need to run ant create-admin-user-login command. Thanks Divesh > Hello Ansh, > > Please follow these steps: > > 1) Take latest ofbiz update from svn using svn up command. > 2) Run ant clean-all command to clean temporarily used files. > 3) Run ant run-install command. > 4) Run ant create-admin-user-login command & follow what i told > earlier.The username you provide while using this command will only be > the administrator for your project.(There will not be any else "admin" > user than this) > 5) Run webtools or other backoffice applications to change the password. > > Please do not create new threads & demolish previous replies. Let me > know if any queries. > > Regards: > - - > Ashish Nagar > > ansh jain wrote: >> dear sir, >> >> i face this problem when i follow the ashish nagar sir's instruction >> that is >> >> >> The Following Errors Occurred: >> >> error following occurred during login: >> >> so please tell me how to solve this problem >> >> >> >> >> >> On Tue, Feb 3, 2009 at 12:09 PM, Deepesh Kapoor < >> [hidden email]> wrote: >> >> >>> Ansh , >>> >>> Please take ofbiz update before you follow the steps provided by Ashish >>> earlier. Let me know if you still face any problem. >>> >>> Regards >>> - - >>> Deepesh >>> >>> >>> >>> Ashish Nagar wrote: >>> >>> >>>> Hello Ansh, >>>> >>>> Please refer to my previous reply. "ant create-admin-user-login" >>>> command >>>> creates new /admin /user.The name of this user will be same as what >>>> you >>>> provided while running this command. Now this user will have all >>>> privileges >>>> that admin user had before. >>>> Let me know if anything is not clear to you. >>>> >>>> Regards: >>>> -- >>>> Ashish Nagar >>>> >>>> ansh jain wrote: >>>> >>>> >>>>> i want to change username from admin to other name, can any one >>>>> help me >>>>> for >>>>> tht >>>>> >>>>> >>>>> >>>>> >>>>>> >>>>> >>>>> >>>> >>>> >> >> > > |
Thanks Divesh for pointing out this thing.I mistakenly wrote ant
run-install-extseed to ant run-install. Ansh, Jacopo has made a recent change in revision no.739738. Now you should take another ofbiz update & try this command "create-admin-user-login -DuserLoginId=<ENTER USERNAME HERE>" instead of the command "create-admin-user-login". Using this command you will not be asked to enter username. You can just pass username as an argument using newer command. Regards: - - Ashish Nagar Divesh Dutta wrote: > Hello Ansh, > One amendment in Ashish's answer.When you run ant > run-install command you dont need to run ant create-admin-user-login > command because when you run ant run-install user login with "admin" > and password with "ofbiz" will be created.When you install seed data > or run ant run-install-extseed then you need to run ant > create-admin-user-login command. > > Thanks > Divesh >> Hello Ansh, >> >> Please follow these steps: >> >> 1) Take latest ofbiz update from svn using svn up command. >> 2) Run ant clean-all command to clean temporarily used files. >> 3) Run ant run-install command. >> 4) Run ant create-admin-user-login command & follow what i told >> earlier.The username you provide while using this command will only >> be the administrator for your project.(There will not be any else >> "admin" user than this) >> 5) Run webtools or other backoffice applications to change the password. >> >> Please do not create new threads & demolish previous replies. Let me >> know if any queries. >> >> Regards: >> - - >> Ashish Nagar >> >> ansh jain wrote: >>> dear sir, >>> >>> i face this problem when i follow the ashish nagar sir's instruction >>> that is >>> >>> >>> The Following Errors Occurred: >>> >>> error following occurred during login: >>> >>> so please tell me how to solve this problem >>> >>> >>> >>> >>> >>> On Tue, Feb 3, 2009 at 12:09 PM, Deepesh Kapoor < >>> [hidden email]> wrote: >>> >>> >>>> Ansh , >>>> >>>> Please take ofbiz update before you follow the steps provided by >>>> Ashish >>>> earlier. Let me know if you still face any problem. >>>> >>>> Regards >>>> - - >>>> Deepesh >>>> >>>> >>>> >>>> Ashish Nagar wrote: >>>> >>>> >>>>> Hello Ansh, >>>>> >>>>> Please refer to my previous reply. "ant create-admin-user-login" >>>>> command >>>>> creates new /admin /user.The name of this user will be same as >>>>> what you >>>>> provided while running this command. Now this user will have all >>>>> privileges >>>>> that admin user had before. >>>>> Let me know if anything is not clear to you. >>>>> >>>>> Regards: >>>>> -- >>>>> Ashish Nagar >>>>> >>>>> ansh jain wrote: >>>>> >>>>> >>>>>> i want to change username from admin to other name, can any one >>>>>> help me >>>>>> for >>>>>> tht >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>> >>> >> >> > |
Yes, this is correct.
By the way also the other way is supported (interactive prompt). Jacopo On Feb 3, 2009, at 9:43 AM, Ashish Nagar wrote: > Thanks Divesh for pointing out this thing.I mistakenly wrote ant run- > install-extseed to ant run-install. > > Ansh, Jacopo has made a recent change in revision no.739738. Now you > should take another ofbiz update & try this command "create-admin- > user-login -DuserLoginId=<ENTER USERNAME HERE>" instead of the > command "create-admin-user-login". Using this command you will not > be asked to enter username. You can just pass username as an > argument using newer command. > > Regards: > > - - > Ashish Nagar > > > Divesh Dutta wrote: >> Hello Ansh, >> One amendment in Ashish's answer.When you run >> ant run-install command you dont need to run ant create-admin-user- >> login command because when you run ant run-install user login with >> "admin" and password with "ofbiz" will be created.When you install >> seed data or run ant run-install-extseed then you need to run ant >> create-admin-user-login command. >> >> Thanks >> Divesh >>> Hello Ansh, >>> >>> Please follow these steps: >>> >>> 1) Take latest ofbiz update from svn using svn up command. >>> 2) Run ant clean-all command to clean temporarily used files. >>> 3) Run ant run-install command. >>> 4) Run ant create-admin-user-login command & follow what i told >>> earlier.The username you provide while using this command will >>> only be the administrator for your project.(There will not be any >>> else "admin" user than this) >>> 5) Run webtools or other backoffice applications to change the >>> password. >>> >>> Please do not create new threads & demolish previous replies. Let >>> me know if any queries. >>> >>> Regards: >>> - - >>> Ashish Nagar >>> >>> ansh jain wrote: >>>> dear sir, >>>> >>>> i face this problem when i follow the ashish nagar sir's >>>> instruction that is >>>> >>>> >>>> The Following Errors Occurred: >>>> >>>> error following occurred during login: >>>> >>>> so please tell me how to solve this problem >>>> >>>> >>>> >>>> >>>> >>>> On Tue, Feb 3, 2009 at 12:09 PM, Deepesh Kapoor < >>>> [hidden email]> wrote: >>>> >>>> >>>>> Ansh , >>>>> >>>>> Please take ofbiz update before you follow the steps provided by >>>>> Ashish >>>>> earlier. Let me know if you still face any problem. >>>>> >>>>> Regards >>>>> - - >>>>> Deepesh >>>>> >>>>> >>>>> >>>>> Ashish Nagar wrote: >>>>> >>>>> >>>>>> Hello Ansh, >>>>>> >>>>>> Please refer to my previous reply. "ant create-admin-user- >>>>>> login" command >>>>>> creates new /admin /user.The name of this user will be same as >>>>>> what you >>>>>> provided while running this command. Now this user will have >>>>>> all privileges >>>>>> that admin user had before. >>>>>> Let me know if anything is not clear to you. >>>>>> >>>>>> Regards: >>>>>> -- >>>>>> Ashish Nagar >>>>>> >>>>>> ansh jain wrote: >>>>>> >>>>>> >>>>>>> i want to change username from admin to other name, can any >>>>>>> one help me >>>>>>> for >>>>>>> tht >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>> >>>> >>> >>> >> > smime.p7s (3K) Download Attachment |
Free forum by Nabble | Edit this page |