Update Abp-5_0.md

pull/10423/head
Enis Necipoglu 4 years ago committed by GitHub
parent 8c1f048069
commit 7339980851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,6 +95,7 @@ public partial class AddIsActiveToIdentityUser : Migration
For MongoDB, you need to update the `IsActive` field for the existing users in the database.
You can use following script in MongoShell:
```js
db.AbpUsers.updateMany({},{$set:{ IsActive : true }})
```

Loading…
Cancel
Save