npmjs create username that created as organization before - node.js

Recently I created organization in my account, for example 'my_org' so I can publish package under 'my_org' scope. But decided to create separate account (by org's email) with username/scope 'my_org'. So I deleted the organization that I created before then tried to create new account with username that I said. But in register page of npmjs I got this error: 'that scope name is already in use'
Thanks for any help!

Solved by help of dear npm support. Sent email to them and described my state. As I said when u create organization/scope in account and after you delete it, you can't create new account same name as organization. I sent email and helped me create new account. I sent my new account's email to them and so on.

Related

Change company name in GitLab E-Mails

I have a fresh installation of GitLab 15.7.2. When a new user is created, it sends a notification E-Mail via SMTP to that user, saying The Administrator created an account for you. Now you are a member of the company GitLab application.
How can I change the company name GitLab application ?
After a little research, I realized that we cannot change Gitlab's email notifications.
In addition, this sentence does not mean the name of your company, it just says that you have been added to your company's Gatilab

Keycloak, First Broker Login: if no account exists ask user to link to an existing account or create new

How to configure First Broker Login to achieve the following behaviour when user sign in with Social IdP:
User (with on account in Keycloak) clicks on Sign in with Google
button.
Keycloack doesn't automatically create a new account for
the user but suggests to options: Link to existing account or Create New Account
When Link to existing account user should click on sign in button of other social IdP with which user's Keycloack account was created before.
When Create New Account the new Keycloak account is created.
Why do I need this? - Different socials accounts of the same user may be registered using different emails, hence I want to avoid situation when the same user will have two accounts in my app.
So far, I disabled the Automatic user account creation by updating First Broker Login flow following the documentation, but I don't know how to configure the flow to show the user Create New Account option
Can anyone explain how I can do that?

Office 365 tenant to tenant email migration, enable mail users on new tenant for migration

I'm working off of Microsoft tenant to tenant migration preview as found here to move all our user email to a different tenant: https://learn.microsoft.com/en-us/microsoft-365/enterprise/cross-tenant-mailbox-migration?view=o365-worldwide
And I'm up to the step where I need to enable mail-users on the new tenant but nothing I have done so far has worked. I've been trying to use New-MailUsers to create a new external email address linked to the new user accounts but get an error that the proxy address is already in place so I have tried using the Set-User <identity> -PermanentlyClearPreviousMailboxInfo but that just says that it completed but nothing was changed.
I do have the new users created on the new tenant, and a couple of them are already licensed for mailboxes but the above does not work for either licensed nor unlicensed users.
Do I need to delete the user accounts completely and then try using the New-MailUsers to setup the external email address link for the new account? Or is there some step I'm missing somewhere?
Trying to make new mail enabled user
Trying to remove mailbox settings
The PowerShell error says that there is already a mailbox with that SMTP.
When you assign licenses, new mailboxes get provisioned. You need to remove everything, set up mail users with an exchangeGUID first, and then assign licenses.
From the article you referenced:
Users in the target organization must be licensed with appropriate Exchange Online subscriptions applicable for the organization. You may apply a license in advance of a mailbox move but ONLY once the target MailUser is properly set up with ExchangeGUID and proxy addresses. Applying a license before the ExchangeGUID is applied will result in a new mailbox provisioned in target organization.

Azure Devops can users be changed for free?

I have azure-devops organization (free license) and in my team already are 5 developers. Now we need to change one's developer email. Can user be deleted and added with new email address? I am not rushing to do that my self because afraid that if user will be deleted wont be able to add again. Have someone had this experience?
Can user be deleted and added with new email address?
As per the Documentation. A free License can have 5 users but not more than that so you can delete and readd users but it should be only 5
Below are the commands to add and delete the users
To Delete User
az devops user remove --user
[--org]
[--yes]
To Remove email address
az devops user remove --user contoso#contoso.com --org https://dev.azure.com/contoso/ --yes
To Add user
az devops user add –-email-id
--license-type {stakeholder}
[--send-email-invite {false, true}]
[--org]
For further information check Delete User and Add User.
I've contacted Microsoft support. And they told me that can't delete users and add again with different email. One solution is change exsisting account to stakeholder then add new one and set basic rights.

Azure SSL certificate shows Guest User Error

I have purchased an SSL cert for my site and the cert has three steps you need to do in order to have it fully configured. The first step is "Key Vault Status" which I then click on and it shows the following error:
You do not have permission to get the service prinicipal information needed to assign a Key Vault to your certificate. Please login with an account which is either the owner of the subscription or an admin of the Active Directory to configure Key Vault settings.
This is very confusing because I am the owner of this subscription and I also went and created a new Key Vault just in case it was due to not having one created in the first place. In addition I checked the Access Control for this cert and I am also listed as Owner.
Any help is appreciated.
Ok, so I finally got to the bottom of it - I'll outline the story here as this was the solution but may not work for everyone.
When I first created my Azure account I did so under email address 1
A few years later I had migrated most of my email to email address 2. To get status updates and other things I transferred the subscription to email address 2.
Every other service has worked fine accept for this SSL issue as well as not being able to buy a support plan (it popped open an email app to send to email address 1)
In speaking with the AzureSupport twitter account they agreed that it was strange and arranged for a one time ticket for support.
The support agent asked me to check my Access Policies for the Key Vault I had created. This showed that email 1 is indeed a user in the Azure Active Direction and they mentioned that I'd need to have the admin add it. Since I had noticed the irregularities with email address 1 showing up in the URL and in the email for adding support I logged into Azure using email address 1 and went to Azure Active Directory->Users under that account.
I then selected the guest account, selected Directory Role, and added a new role of Application Administrator. Now all of it is working as expected!
My subscription was attached to employer Active Directory and I can't change my role in it.
I solve this problem by creating my own Active Directory and by moving subscription to this AD.

Resources