hashing password to increase security done, increased password size from 50 to 500 so that saving hashed password does not cause an error. also decreased time for verification from 600 seconds to 100 seconds(need this for tests- tried a bunch of diffrent stuff very hard to even get at this point). Tests have been updated to increase coverage.
Have pulled Dinesh's code to avoid conflict.
Will merge this after Dinesh's PR is on develop.
hashing password to increase security done, increased password size from 50 to 500 so that saving hashed password does not cause an error. also decreased time for verification from 600 seconds to 100 seconds(need this for tests- tried a bunch of diffrent stuff very hard to even get at this point). Tests have been updated to increase coverage. Have pulled Dinesh's code to avoid conflict. Will merge this after Dinesh's PR is on develop.