Notifications
Clear all

[Solved] Username and password to access one network platform server

2 Posts
2 Users
0 Likes
924 Views
0
Topic starter

I followed the Devnet training video and build the bookstore module. Please advise how to get the user id and password for the one network platform server to view my published modules. Is there any XML file where I can see the username and password?

image
1 Answer
0

We create 2 users by default for module and dataset, i.e. modulenameUser and modulenameAdmin.

So for Bookstore module, usernames are going to be BookstoreAdmin and BookstoreUser. Password is "password" for local instance

You can find the data in Users.csv in Bookstore_dataset under data folder

Also the Bookstore tutorial is available at https://docs.onenetwork.com/devnet/neo_3.5/sdk-training-guide

 

SriramB Topic starter 2022-08-25 12:34:51

@isingh Thank you so much