csdl / makahiki

An Open Source "Serious Game" Framework for Sustainability
http://makahiki.readthedocs.org/
MIT License
7 stars 5 forks source link

confirmation code case mismatch #598

Open yongwen opened 10 years ago

yongwen commented 10 years ago

The confirmation code is generated base on the action slug. The code checking logic first convert all user enter code into lower cases. If the action slug has upper case, then the code will has upper case which cause the code checking failed.

The code generation logic should generate all lower case confirmation code.