DiptoChakrabarty / flask-online-store

An online e commerce stores management and order placing system API built using flask and sqlalchemy . Various functionalities present and further functionalities being added to make it as real life as possible . Contributions welcome .
MIT License
49 stars 23 forks source link

password of user #3

Closed DiptoChakrabarty closed 3 years ago

DiptoChakrabarty commented 3 years ago

Due to use github oauth as we do not consider any password , the password parameter in database has been kept as nullable= False , this must be changed to True.

For users using github login random sample passwords must be generated to store in database.

Please check the code to understand further.

gabrielhicks commented 3 years ago

Hi I would like to try to work on this issue.

DiptoChakrabarty commented 3 years ago

go ahead @gabrielhicks

TechnoPhasePRO commented 3 years ago

@DiptoChakrabarty I would like to work on this issue . Please assign this to me.

gabrielhicks commented 3 years ago

@TechnoPhasePRO I opened a PR #11 if you want to check it out and see if its a solution

DiptoChakrabarty commented 3 years ago

@DiptoChakrabarty I would like to work on this issue . Please assign this to me.

Hey @TechnoPhasePRO this issue has been solved already and its working you can try some of the other issues present