I've recently installed a fresh version of Hybris electronics B2C, everything is working fine, I can access to the storefront but when I try to log in backoffice or hac with this credentials:
admin/nimda
admin/1234
superadmin/1234
admin/admin
I just cannot manage to log in. Which are the credentials or where I can see them or modify them?
Default admin password removed, it is not exists anymore. You can try with empty password.
Also we have configuration parameter for custom admin password. You need to use this configuration before initialize.
initialpassword.admin = nimda
Related
I have created the list workflow and just printing the history log to print a test message. I am trying to publish the workflow using my account but it always returning me below warning error message.
You do not have permission to do this operation. Ask your site
administrator to change your permissions and then try again, or log on
with a user account that has this permission. To log on with a
different user account click OK.
I did below workaround but did not get work:
Checked the site permissions for my account, all permissions are working correctly. I have full control, design and contribute access.
Checked the permissions for SharePoint designer, this is working fine. I am Primary administrator from central admin.
Checked the application pool. This is working fine.
Reset the IIS.
Also restarted the server as well once.
Can any one please advise what is the exact issue here?
You could try to install the latest update for SharePoint Designer. Check if it works for you.
1.Install SPD SP1:https://support.microsoft.com/en-us/help/2817441/description-of-microsoft-sharepoint-designer-2013-service-pack-1-sp1
2.Then install the latest update: https://support.microsoft.com/en-us/help/3114721/august-2-2016-update-for-sharepoint-designer-2013-kb3114721
I generated a monolithic application using JHipster and it has by default generated some users for me (admin,system,user and anonymoususer) "anonymoususer". I tried to log in with anonymoususer but I can't because I don't have the password. Can anyone tell me the purpose of this user?
By default, JHipster comes with 4 different users:
“system”, who is mainly used by our audit logs, when something is done automatically
“anonymousUser”, who is given to anonymous users when they do an action
“user”, who is a normal user with “ROLE_USER” authorization. His default password is “user”
“admin”, who is an admin user with “ROLE_USER” and “ROLE_ADMIN” authorizations. His default password is “admin”
https://www.jhipster.tech/security/
I would like to use the NetSuite SuiteCloud IDE (Eclipse plugin), but I am also an Administrator. If you're an Administrator NetSuite requires you to have two factor authentication enabled, but if you want to use the SuiteCloud IDE you can't have two factor authentication enabled. How does one get out of this Catch-22?
I'm new to NetSuite so I don't know much about setting up roles. Do I just add another role with full permissions (or what permissions are needed?)? How would the SuiteCloud IDE know to use that role? Or do I have to create myself as an employee twice with different emails (this would be bad since we don't have many users)?
NetSuite has enabled and made mandatory 2FA for Administrators, so in order to use SuiteCloud Plugin, you will have to use role other than Administrator.
do I have to create myself as an employee twice with different emails
No, you can assign multiple roles to single user and then select that role in SuiteCloud Plugin.
I haven't used SuiteCloud plugin for a long time, but I think NetSuite has added feature to login using TBA.(not 100% sure though)
How would the SuiteCloud IDE know to use that role?
When you provide your creds in Eclipse, it specifies all the accounts and roles that are assigned to the current user, so you can select any role except administrator which has access to file cabinet.
You'll need to enable two-factor authentication for your administrator role, or, create another role for development and use that. (Preferred.) If you look in the NetSuite help there is a topic on setting up TBA with Eclipse.
Administrator role with 2FA can be used with Eclipse IDE.
In your NS account as administrator, create a new integration:
Setup > Integration > Manage Integrations > New
Name your integration SuiteCloude IDE or something like that
Check the Token-Based authentication box.
Then from your Administrator dashboard, create a new access token.
Then in Eclipse, go to Manage accounts:
Netsuite menu > Manage Accounts
Select the account with the administrator role, and manage authentication.
Select the Administrator Role, and SAVE TOKEN.
Here you can enter the Token ID and Token Secret created in your NetSuite account.
Then you should be good to go in Eclipse. Make sure you set the Eclipse project to now use the Admin role.
What is the code to configure these configurations from the coding site in liferay java? Without going through the settings in admin's panel?
To configure restrictions using code. At MAIN MENU- CONFIGURATION from the admin site. But how to configure each permission for owner, portal content reviewer, portal user and others for add to page, configuration, view and permissions using code either in controller or xml?
For example to restrict view, certain page, or others.
Thanks.
Every morning when i fire up my VM and IE (in my host OS) and go to my SP site it always logs me on automatically as DOMAIN\george which is a user I created for testing permissions.
So every morning after that I click "sign in as a different user" to sign in as my sys admin user instead and most days that is the only user I use. Any idea why george's credentials are being cached?
Part of "firing up my VM" is running a script that starts IIS as well as some services. I'm not entirely sure SharePoint is responsible for this, could very well be ASP.Net.
EDIT: I've already tried clearing my cookies.
Had a very similar problem! To solve it, go to 'User Accounts' under the Windows Control panel.
Navigate to 'Manage your network passwords'. Select the domain you wish to clear and select 'Remove'.
You should now have a clean login dialogue box and when you check the 'remember me' box, this will be stored as the login default for that domain.
I was able to remove the test login credentials using the User Account control panel applet in Windows 7
Open the Manage Credentials link.
Find the Sharepoint Login in the Windows Vault.
Expand the address for the site
Remove the test login for this site.
After doing this I am no longer prompted for the login and login as different user prompt.
Have you checked that there are no logins and passwords being stored by the browser? Assuming you are using IE, see this article on how to clear them.
If DOMAIN\george is same user ID you are logging in to the VM ? If that is the case try changing the Setting in IE that dictates what user name is send to the Server. Just go to Tools - > Settings - > Security and Click on Custom Level, scroll down to bottom and you will find User Authentication option Select the Prompt for User name and Password.
It could also be that you are using IE8, that caches my credentials as well it seems.
IE8 stores credentials for favourites it seems, don't ask me why. What you should do is log in as the needed user, then save a new favourite (or add it to the favourites bar by dragging it). Then use that link to go to your site.